Home
last modified time | relevance | path

Searched refs:LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.h105 LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE, enumerator
H A Dlm-message.c68 { LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE, "unsubscribe" },
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Dxmpp-commands.c504 LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE); in cmd_presence_unsubscribe()
H A Drosters.c515 case LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE: in sig_recv_presence()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhooks.c734 else if (mstype == LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE) in hk_subscription()
H A Dxmpp.c211 xmpp_send_s10n(cleanjid, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE); // cancel "to" in xmpp_delbuddy()
1657 } else if (mstype == LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE) { in handle_s10n()
H A Dcommands.c3498 xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE); in do_authorization()