Home
last modified time | relevance | path

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

/dports/net-im/gloox/gloox-1.0.24/src/
H A Dflexoff.cpp42 static const std::string filter = "/iq/offline[@xmlns='" + XMLNS_OFFLINE + "']"; in filterString()
49 t->setXmlns( XMLNS_OFFLINE ); in tag()
88 m_parent->disco()->getDiscoInfo( m_parent->jid().server(), XMLNS_OFFLINE, this, FORequestNum ); in getMsgCount()
93 …m_parent->disco()->getDiscoItems( m_parent->jid().server(), XMLNS_OFFLINE, this, FORequestHeaders … in fetchHeaders()
123 m_flexibleOfflineHandler->handleFlexibleOfflineSupport( info.hasFeature( XMLNS_OFFLINE ) ); in handleDiscoInfo()
140 if( items.node() == XMLNS_OFFLINE ) in handleDiscoItems()
H A Dgloox.cpp29 const std::string XMLNS_OFFLINE = "http://jabber.org/protocol/offline"; variable
H A Dgloox.h395 GLOOX_API extern const std::string XMLNS_OFFLINE;
/dports/net-im/gloox/gloox-1.0.24/src/tests/flexofflineoffline/
H A Dflexofflineoffline_test.cpp91 new Tag( f, "offline", "xmlns", XMLNS_OFFLINE ); in main()