14 #ifndef VCARDMANAGER_H__
15 #define VCARDMANAGER_H__
18 #include "iqhandler.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.
A VCardManager can be used to fetch an entities VCard as well as for setting one's own VCard.
virtual bool handleIq(const IQ &iq)
The namespace for the gloox library.