Home
last modified time | relevance | path

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

/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.h107 LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED, enumerator
H A Dlm-message.c70 { LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED, "unsubscribed" },
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dxmpp_s10n.c74 xmpp_send_s10n(barejid, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in evscallback_subscription()
H A Dxmpp.c210 xmpp_send_s10n(cleanjid, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); // cancel "from" in xmpp_delbuddy()
1659 xmpp_send_s10n(from, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in handle_s10n()
1672 } else if (mstype == LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED) { in handle_s10n()
H A Dhooks.c738 else if (mstype == LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED) in hk_subscription()
H A Dcommands.c3489 xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in do_authorization()
/dports/net-im/freetalk/freetalk-4.1/src/
H A Dpresence.c210 LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in ft_presence_subscription_deny()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Dxmpp-commands.c452 LM_MESSAGE_TYPE_PRESENCE,LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in cmd_presence_deny()
H A Drosters.c521 case LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED: in sig_recv_presence()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/jabber/
H A Djabber_plugin.c356 … = lm_message_new_with_sub_type(k->id, LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in user_remove_auth_from()
1083 …sg = lm_message_new_with_sub_type(jid, LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED); in jabber_signal_recv()
H A Djabber_cb.c338 LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED) in presence_cb()