|
gloox
0.9.9.12
|
#include <stanzaextension.h>

Public Member Functions | |
| StanzaExtension (StanzaExtensionType type) | |
| virtual | ~StanzaExtension () |
| StanzaExtensionType | type () const |
| virtual Tag * | tag () const =0 |
This class abstracts a stanza extension, which is usually (but not necessarily) an 'x' element in a specific namespace.
You should not need to use this class directly.
Definition at line 49 of file stanzaextension.h.
|
inline |
Constructs an empty StanzaExtension.
Definition at line 55 of file stanzaextension.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 60 of file stanzaextension.h.
|
pure virtual |
Returns a Tag representation of the extension.
Implemented in DelayedDelivery, XDelayedDelivery, OOB, VCardUpdate, GPGEncrypted, and GPGSigned.
|
inline |
Returns the extension's type.
Definition at line 66 of file stanzaextension.h.
1.8.1.2