14 #ifndef STANZAEXTENSION_H__
15 #define STANZAEXTENSION_H__
219 virtual const std::string& filterString()
const = 0;
238 virtual Tag* tag()
const = 0;
262 #endif // STANZAEXTENSION_H__
virtual Stanza * embeddedStanza() const
This is the base class for XMPP stanza abstractions.
int extensionType() const
virtual Tag * embeddedTag() const
The namespace for the gloox library.
This class abstracts a stanza extension, which is usually an element in a specific namespace...
StanzaExtension(int type)
virtual ~StanzaExtension()
This is an abstraction of an XML element.