#include <nickname.h>
Inherits StanzaExtension.
Inheritance diagram for Nickname:

Public Member Functions | |
| Nickname (const Tag *tag) | |
| Nickname (const std::string &nick) | |
| virtual | ~Nickname () |
| const std::string | nick () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| Tag * | tag () const |
XEP version: 1.0
Definition at line 33 of file nickname.h.
|
|
Constructs a new object from the given Tag.
Definition at line 19 of file nickname.cpp. |
|
|
Constructs a new Nickname object.
Definition at line 47 of file nickname.h. |
|
|
Virtual destructor. Definition at line 54 of file nickname.h. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 26 of file nickname.cpp. |
|
|
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like: StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension. Definition at line 66 of file nickname.h. |
|
|
Returns the extension's saved nickname.
Definition at line 60 of file nickname.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 34 of file nickname.cpp. |
1.4.1