Searched refs:PING_NS (Results 1 – 2 of 2) sorted by relevance
/dports/net-im/biboumi/biboumi-9.0/src/xmpp/ |
H A D | biboumi_component.cpp | 649 else if ((query = stanza.get_child("ping", PING_NS))) in handle_iq() 962 …for (const char *ns: {DISCO_INFO_NS, MUC_NS, ADHOC_NS, PING_NS, MAM_NS, VERSION_NS, STABLE_MUC_ID_… in send_self_disco_info() 986 …for (const char *ns: {DISCO_INFO_NS, MUC_NS, ADHOC_NS, PING_NS, MAM_NS, VERSION_NS, STABLE_MUC_ID_… in send_irc_server_disco_info() 1030 …for (const char *ns: {DISCO_INFO_NS, MUC_NS, ADHOC_NS, PING_NS, MAM_NS, VERSION_NS, STABLE_MUC_ID_… in send_irc_channel_disco_info() 1070 ping["xmlns"] = PING_NS; in send_ping_request()
|
H A D | xmpp_component.hpp | 31 #define PING_NS "urn:xmpp:ping" macro
|