14 #ifndef DISCOHANDLER_H__
15 #define DISCOHANDLER_H__
50 virtual void handleDiscoInfo(
const JID& from,
const Disco::Info& info,
int context ) = 0;
60 virtual void handleDiscoItems(
const JID& from,
const Disco::Items& items,
int context ) = 0;
69 virtual void handleDiscoError(
const JID& from,
const Error* error,
int context ) = 0;
83 #endif // DISCOHANDLER_H__
An abstraction of a Disco query element (from Service Discovery, XEP-0030) in the disco::items namesp...
virtual bool handleDiscoSet(const IQ &iq)
An abstraction of an IQ stanza.
A stanza error abstraction implemented as a StanzaExtension.
The namespace for the gloox library.
An abstraction of a Disco Info element (from Service Discovery, XEP-0030) as a StanzaExtension.
A virtual interface that enables objects to receive Service Discovery (XEP-0030) events.