Home
last modified time | relevance | path

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

/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.c121 return LM_MESSAGE_SUB_TYPE_NOT_SET; in message_sub_type_from_string()
133 return LM_MESSAGE_SUB_TYPE_NOT_SET; in message_sub_type_from_string()
157 sub_type = LM_MESSAGE_SUB_TYPE_NOT_SET; in message_sub_type_when_unset()
308 g_return_val_if_fail (message != NULL, LM_MESSAGE_SUB_TYPE_NOT_SET); in lm_message_get_sub_type()
H A Dlm-message.h96 LM_MESSAGE_SUB_TYPE_NOT_SET = -10, enumerator
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/xep/
H A Dcomposing.c110 if ((type != LM_MESSAGE_SUB_TYPE_NOT_SET in sig_recv_message()
143 if ((type != LM_MESSAGE_SUB_TYPE_NOT_SET in sig_send_message()
H A Dchatstates.c34 if ((type != LM_MESSAGE_SUB_TYPE_NOT_SET in sig_recv_message()
H A Ddelay.c71 } else if ((type == LM_MESSAGE_SUB_TYPE_NOT_SET in sig_recv_message()
H A Dmuc-events.c445 case LM_MESSAGE_SUB_TYPE_NOT_SET: in sig_recv_message()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Dprotocol.c70 if ((type != LM_MESSAGE_SUB_TYPE_NOT_SET in sig_recv_message()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/xmpp/xp/
H A DXMPPAccountHandler.cpp331 …age* m = lm_message_new_with_sub_type(NULL, LM_MESSAGE_TYPE_PRESENCE, LM_MESSAGE_SUB_TYPE_NOT_SET); in setup()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dcommands.c1361 LmMessageSubType result = LM_MESSAGE_SUB_TYPE_NOT_SET; in scan_mtype()
1369 if (result != LM_MESSAGE_SUB_TYPE_NOT_SET || (!strcmp("--", *parlist))) in scan_mtype()
1380 LmMessageSubType msgtype = LM_MESSAGE_SUB_TYPE_NOT_SET; in say_cmd()
1617 LmMessageSubType msg_type = LM_MESSAGE_SUB_TYPE_NOT_SET; in do_say_to()
2893 send_message_to(fjid_utf8, msg, NULL, LM_MESSAGE_SUB_TYPE_NOT_SET, FALSE); in room_privmsg()
2962 FALSE, NULL, LM_MESSAGE_SUB_TYPE_NOT_SET, NULL); in room_topic()
H A Dotr.c745 LM_MESSAGE_SUB_TYPE_NOT_SET, NULL); in cb_inject_message()
H A Dxmpp.c336 if (type_overwrite != LM_MESSAGE_SUB_TYPE_NOT_SET) in xmpp_send_msg()