20 OOB::OOB(
const std::string&
url,
const std::string& description,
bool iqext )
34 if( tag->name() ==
"query" )
40 if(
tag->hasChild(
"url" ) )
43 m_url = tag->findChild(
"url" )->cdata();
45 if(
tag->hasChild(
"desc" ) )
46 m_desc =
tag->findChild(
"desc" )->cdata();
55 static const std::string filter =
74 new Tag( t,
"url", m_url );
76 new Tag( t,
"desc", m_desc );
OOB(const std::string &url, const std::string &description, bool iqext)
virtual const std::string & filterString() const
const std::string & url() const
StanzaExtension(int type)
This is an abstraction of an XML element.
The namespace for the gloox library.
const std::string XMLNS_IQ_OOB
const std::string XMLNS_X_OOB