Home
last modified time | relevance | path

Searched refs:XMLNS_XMPP_PING (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/
H A Dgloox.cpp62 const std::string XMLNS_XMPP_PING = "urn:xmpp:ping"; variable
H A Dgloox.h479 GLOOX_API extern const std::string XMLNS_XMPP_PING;
H A Dclientbase.h961 return new Tag( "ping", "xmlns", XMLNS_XMPP_PING ); in tag()
H A Dclientbase.cpp88 static const std::string filter = "/iq/ping[@xmlns='" + XMLNS_XMPP_PING + "']"; in filterString()
142 m_disco->addFeature( XMLNS_XMPP_PING ); in init()