gloox 1.0
Public Member Functions

VCardUpdate Class Reference

This is an abstraction of a vcard-temp:x:update namespace element, as used in XEP-0153 (vCard-Based Avatars). More...

#include <vcardupdate.h>

Inheritance diagram for VCardUpdate:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 VCardUpdate ()
 VCardUpdate (const std::string &hash)
 VCardUpdate (const Tag *tag)
virtual ~VCardUpdate ()
const std::string & hash () const
virtual const std::string & filterString () const
virtual StanzaExtensionnewInstance (const Tag *tag) const
Tagtag () const
virtual StanzaExtensionclone () const

Detailed Description

This is an abstraction of a vcard-temp:x:update namespace element, as used in XEP-0153 (vCard-Based Avatars).

XEP version: 1.0

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.9

Definition at line 35 of file vcardupdate.h.


Constructor & Destructor Documentation

build buildd gloox src vcardupdate cpp VCardUpdate ( )

Constructs an empty VCardUpdate object.

Definition at line 21 of file vcardupdate.cpp.

VCardUpdate ( const std::string &  hash)

Constructs a new object with the given hash.

Parameters:
hashThe current avatar's SHA hash.

Definition at line 27 of file vcardupdate.cpp.

VCardUpdate ( const Tag tag)

Constructs an VCardUpdate object from the given Tag. To be recognized properly, the Tag should have a name of 'x' in the vcard-temp:x:update namespace.

Parameters:
tagThe Tag to parse.

Definition at line 38 of file vcardupdate.cpp.

~VCardUpdate ( ) [virtual]

Virtual destructor.

Definition at line 55 of file vcardupdate.cpp.


Member Function Documentation

virtual StanzaExtension* clone ( ) const [inline, virtual]

Returns an identical copy of the current StanzaExtension.

Returns:
An identical copy of the current StanzaExtension.

Implements StanzaExtension.

Definition at line 80 of file vcardupdate.h.

const std::string & filterString ( ) const [virtual]

Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.

Returns:
The extension's filter string.

Implements StanzaExtension.

Definition at line 59 of file vcardupdate.cpp.

const std::string& hash ( ) const [inline]

Returns the avatar's hash.

Returns:
The avatar's SHA hash.

Definition at line 65 of file vcardupdate.h.

virtual StanzaExtension* newInstance ( const Tag tag) const [inline, virtual]

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 );
 }
Returns:
The derived extension's new instance.

Implements StanzaExtension.

Definition at line 71 of file vcardupdate.h.

Tag * tag ( ) const [virtual]

Returns a Tag representation of the extension.

Returns:
A Tag representation of the extension.

Implements StanzaExtension.

Definition at line 65 of file vcardupdate.cpp.


The documentation for this class was generated from the following files: