#include <stanzaextension.h>

Public Member Functions | |
| StanzaExtension (StanzaExtensionType type) | |
| virtual | ~StanzaExtension () |
| StanzaExtensionType | type () const |
| virtual Tag * | tag () const =0 |
You should not need to use this class directly.
Definition at line 49 of file stanzaextension.h.
| StanzaExtension | ( | StanzaExtensionType | type | ) | [inline] |
Constructs an empty StanzaExtension.
Definition at line 55 of file stanzaextension.h.
| virtual ~StanzaExtension | ( | ) | [inline, virtual] |
Virtual destructor.
Definition at line 60 of file stanzaextension.h.
| StanzaExtensionType type | ( | ) | const [inline] |
Returns the extension's type.
Definition at line 66 of file stanzaextension.h.
| virtual Tag* tag | ( | ) | const [pure virtual] |
Returns a Tag representation of the extension.
Implemented in DelayedDelivery, GPGEncrypted, GPGSigned, OOB, VCardUpdate, and XDelayedDelivery.
1.5.5