Home
last modified time | relevance | path

Searched refs:LM_MESSAGE_SUB_TYPE_SUBSCRIBED (Results 1 – 11 of 11) sorted by relevance

/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.h106 LM_MESSAGE_SUB_TYPE_SUBSCRIBED, enumerator
H A Dlm-message.c69 { LM_MESSAGE_SUB_TYPE_SUBSCRIBED, "subscribed" },
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dxmpp_s10n.c69 xmpp_send_s10n(barejid, LM_MESSAGE_SUB_TYPE_SUBSCRIBED); in evscallback_subscription()
H A Dhooks.c736 else if (mstype == LM_MESSAGE_SUB_TYPE_SUBSCRIBED) in hk_subscription()
H A Dxmpp.c1665 } else if (mstype == LM_MESSAGE_SUB_TYPE_SUBSCRIBED) { in handle_s10n()
H A Dcommands.c3484 xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_SUBSCRIBED); in do_authorization()
/dports/net-im/freetalk/freetalk-4.1/src/
H A Dpresence.c197 LM_MESSAGE_SUB_TYPE_SUBSCRIBED); in ft_presence_subscription_allow()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Dxmpp-commands.c429 LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_SUBSCRIBED); in cmd_presence_accept()
H A Drosters.c518 case LM_MESSAGE_SUB_TYPE_SUBSCRIBED: in sig_recv_presence()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/jabber/
H A Djabber_plugin.c330 …*m = lm_message_new_with_sub_type(k->id, LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_SUBSCRIBED); in user_resend_auth_to()
1079 … msg = lm_message_new_with_sub_type(jid, LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_SUBSCRIBED); in jabber_signal_recv()
H A Djabber_cb.c330 LM_MESSAGE_SUB_TYPE_SUBSCRIBED) in presence_cb()