15 #include "attention.h"
32 static const std::string filter =
"/message/attention[@xmlns='" +
XMLNS_ATTENTION +
"']";
38 Tag* t =
new Tag(
"attention" );
virtual const std::string & filterString() const
virtual Tag * tag() const
This class abstracts a stanza extension, which is usually an XML child element in a specific namespac...
This is an abstraction of an XML element.
bool setXmlns(const std::string &xmlns, const std::string &prefix=EmptyString)
The namespace for the gloox library.
const std::string XMLNS_ATTENTION