|
glooxd
0.3-svn
|
#include <vcardmanager.h>

Public Member Functions | |
| VCardManager (SM &sm, TagHandler &router) | |
| virtual | ~VCardManager () |
| virtual bool | handleTag (const gloox::Tag *tag) |
| virtual const std::string & | filterString () const |
Public Member Functions inherited from Plugin | |
| Plugin (SM &sm, TagHandler &router) | |
| virtual | ~Plugin () |
An implementation of the server-side presence management.
Definition at line 35 of file vcardmanager.h.
| VCardManager | ( | SM & | sm, |
| TagHandler & | router | ||
| ) |
Constructor.
Definition at line 28 of file vcardmanager.cpp.
|
virtual |
Virtual destructor.
Definition at line 33 of file vcardmanager.cpp.
|
virtual |
Returns an XPath expression that matches the Plugin's supported stanzas.
Implements Plugin.
Definition at line 37 of file vcardmanager.cpp.
|
virtual |
Reimplement this function to handle incoming tags matched by the XPath expression returned by filterString().
| tag | A Tag to handle. |
Implements Plugin.
Definition at line 43 of file vcardmanager.cpp.
1.8.1.2