Home
last modified time | relevance | path

Searched refs:XMLNS_IODATA (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/
H A Diodata.cpp52 if( !tag || !( tag->name() == "iodata" && tag->hasAttribute( XMLNS, XMLNS_IODATA ) ) ) in IOData()
134 i->setXmlns( XMLNS_IODATA ); in tag()
H A Dgloox.cpp114 const std::string XMLNS_IODATA = "urn:xmpp:tmp:io-data"; variable
H A Dgloox.h614 GLOOX_API extern const std::string XMLNS_IODATA;
H A Dadhoc.cpp150 Tag* x = tag->findChild( "iodata", "xmlns", XMLNS_IODATA ); in Command()
/dports/net-im/gloox/gloox-1.0.24/src/tests/iodata/
H A Diodata_test.cpp30 s->setXmlns( XMLNS_IODATA ); in main()