#include <vcardupdate.h>
Inherits StanzaExtension.
Inheritance diagram for VCardUpdate:


Public Member Functions | |
| VCardUpdate () | |
| VCardUpdate (const std::string &hash) | |
| VCardUpdate (Tag *tag) | |
| virtual | ~VCardUpdate () |
| const std::string & | hash () const |
| Tag * | tag () const |
XEP version: 1.0
Definition at line 34 of file vcardupdate.h.
|
|
Constructs an empty VCardUpdate object. Definition at line 20 of file vcardupdate.cpp. |
|
|
Constructs a new object with the given hash.
Definition at line 26 of file vcardupdate.cpp. |
|
|
Constructs an VCardUpdate object from the given Tag. To be recognized properly, the Tag should have a name of 'x' in the
Definition at line 37 of file vcardupdate.cpp. |
|
|
Virtual destructor. Definition at line 54 of file vcardupdate.cpp. |
|
|
Returns the avatar's hash.
Definition at line 64 of file vcardupdate.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 58 of file vcardupdate.cpp. |
1.4.1