Home
last modified time | relevance | path

Searched refs:LM_MESSAGE_TYPE_STREAM_ERROR (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.h62 LM_MESSAGE_TYPE_STREAM_ERROR, enumerator
H A Dlm-message.c44 { LM_MESSAGE_TYPE_STREAM_ERROR, "stream:error" },
H A Dlm-connection.c363 if (lm_message_get_type (m) == LM_MESSAGE_TYPE_STREAM_ERROR) { in connection_handle_message()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/xmpp/xp/
H A DXMPPAccountHandler.cpp323 …egister_message_handler(m_pConnection, m_pStreamErrorHandler, LM_MESSAGE_TYPE_STREAM_ERROR, LM_HAN… in setup()
402 …ion_unregister_message_handler(m_pConnection, m_pStreamErrorHandler, LM_MESSAGE_TYPE_STREAM_ERROR); in tearDown()