Home
last modified time | relevance | path

Searched refs:XMLNS_STREAM_IQAUTH (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/
H A Dgloox.cpp92 const std::string XMLNS_STREAM_IQAUTH = "http://jabber.org/features/iq-auth"; variable
H A Dgloox.h554 GLOOX_API extern const std::string XMLNS_STREAM_IQAUTH;
H A Dclient.cpp386 if( tag->hasChild( "auth", XMLNS, XMLNS_STREAM_IQAUTH ) ) in getStreamFeatures()