14#ifndef VCARDMANAGER_H__
15#define VCARDMANAGER_H__
142 virtual bool handleIq(
const IQ& iq ) { (void)iq;
return false; }
145 virtual void handleIqID(
const IQ& iq,
int context );
148 typedef std::map<std::string, VCardHandler*> TrackMap;
This is the common base class for a Jabber/XMPP Client and a Jabber Component.
An abstraction of an IQ stanza.
A virtual interface which can be reimplemented to receive IQ stanzas.
A virtual interface that helps requesting Jabber VCards.
virtual bool handleIq(const IQ &iq)
void fetchVCard(const JID &jid, VCardHandler *vch)
void storeVCard(VCard *vcard, VCardHandler *vch)
void cancelVCardOperations(VCardHandler *vch)
VCardManager(ClientBase *parent)
The namespace for the gloox library.