#include <vcardhandler.h>
Public Types | |
| enum | VCardContext { FetchVCard, StoreVCard } |
Public Member Functions | |
| virtual | ~VCardHandler () |
| virtual void | handleVCard (const JID &jid, const VCard *vcard)=0 |
| virtual void | handleVCardResult (VCardContext context, const JID &jid, StanzaError se=StanzaErrorUndefined)=0 |
Derive from this interface and register with the VCardManager. See VCardManager for info on how to fetch VCards.
Definition at line 36 of file vcardhandler.h.
|
|
Describes possible operation contexts.
Definition at line 42 of file vcardhandler.h. |
|
|
Virtual destructor. Definition at line 51 of file vcardhandler.h. |
|
||||||||||||
|
This function is called when a VCard has been successfully fetched. |
|
||||||||||||||||
|
This function is called to indicate the result of a VCard store operation or any error that occurs.
|
1.4.1