Home
last modified time | relevance | path

Searched refs:LM_MESSAGE_SUB_TYPE_RESULT (Results 1 – 17 of 17) sorted by relevance

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dxmpp_iq.c174 iq = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_commands_list()
217 iq = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_command_set_status()
349 iq = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_command_leave_groupchats()
553 if (lm_message_get_sub_type(m) == LM_MESSAGE_SUB_TYPE_RESULT) in handle_iq_disco_info()
556 r = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_disco_info()
666 result = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_roster()
682 r = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_ping()
713 r = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_last()
741 r = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_version()
792 r = lm_message_new_iq_from_query(m, LM_MESSAGE_SUB_TYPE_RESULT); in handle_iq_time()
[all …]
H A Dcarbons.c144 if (lm_message_get_sub_type(m) == LM_MESSAGE_SUB_TYPE_RESULT) { in cb_carbons()
H A Dxmpp_iqrequest.c131 case LM_MESSAGE_SUB_TYPE_RESULT: in cb_ping()
214 if (lm_message_get_sub_type(m) != LM_MESSAGE_SUB_TYPE_RESULT) in cb_roster()
H A Dxmpp.c1295 if (mstype == LM_MESSAGE_SUB_TYPE_RESULT) { in cb_caps()
1561 if (mstype == LM_MESSAGE_SUB_TYPE_RESULT) { in handle_iq()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/xep/
H A Dversion.c48 LM_MESSAGE_SUB_TYPE_RESULT); in send_version()
106 if (type == LM_MESSAGE_SUB_TYPE_RESULT in sig_recv_iq()
H A Ddisco.c93 LM_MESSAGE_SUB_TYPE_RESULT); in send_disco()
116 if (type == LM_MESSAGE_SUB_TYPE_RESULT) { in sig_recv_iq()
H A Dping.c112 LM_MESSAGE_TYPE_IQ, LM_MESSAGE_SUB_TYPE_RESULT); in send_ping()
129 if (type == LM_MESSAGE_SUB_TYPE_RESULT) { in sig_recv_iq()
H A Dvcard.c117 if (type != LM_MESSAGE_SUB_TYPE_RESULT) in sig_recv_iq()
/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.h110 LM_MESSAGE_SUB_TYPE_RESULT, enumerator
H A Dlm-message.c73 { LM_MESSAGE_SUB_TYPE_RESULT, "result" },
H A Dlm-connection.c346 (lm_message_get_sub_type (m) == LM_MESSAGE_SUB_TYPE_RESULT)) { in connection_handle_message()
725 connection_call_auth_cb (connection, type == LM_MESSAGE_SUB_TYPE_RESULT); in connection_auth_reply()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/jabber/
H A Djabber_cb.c146 case LM_MESSAGE_SUB_TYPE_RESULT: in register_register_handler()
497 LM_MESSAGE_SUB_TYPE_RESULT); in iq_version_cb()
517 if (lm_message_get_sub_type (message) == LM_MESSAGE_SUB_TYPE_RESULT) in iq_version_cb()
790 if (lm_message_get_sub_type (message) == LM_MESSAGE_SUB_TYPE_RESULT) in iq_account_data_cb()
823 if (lm_message_get_sub_type (message) == LM_MESSAGE_SUB_TYPE_RESULT) in iq_account_data_cb()
908 lm_message_get_sub_type (message) != LM_MESSAGE_SUB_TYPE_RESULT) in iq_roster_cb()
/dports/net-im/freetalk/freetalk-4.1/src/
H A Dfreetalk.c272 LM_MESSAGE_SUB_TYPE_RESULT); in ft_msg_iq_version_cb()
304 LM_MESSAGE_SUB_TYPE_RESULT); in ft_msg_iq_last_cb()
/dports/net-im/loudmouth/loudmouth-1.5.4/examples/
H A Dlm-register.c116 case LM_MESSAGE_SUB_TYPE_RESULT: in main()
H A Dlm-change-password.c143 if (lm_message_get_sub_type (reply) == LM_MESSAGE_SUB_TYPE_RESULT) { in main()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Drosters.c538 if (type != LM_MESSAGE_SUB_TYPE_RESULT in sig_recv_iq()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/mp3tunes/libmp3tunes/
H A Dharmony.c300 …sage_new_with_sub_type(MP3TUNES_HARMONY_CONDUCTOR, LM_MESSAGE_TYPE_IQ, LM_MESSAGE_SUB_TYPE_RESULT); in harmony_success_reply()