#include <discohandler.h>
Inherited by Adhoc, FlexibleOffline, and MUCRoom [private].
Inheritance diagram for DiscoHandler:

Public Member Functions | |
| virtual | ~DiscoHandler () |
| virtual void | handleDiscoInfo (const JID &from, const Disco::Info &info, int context)=0 |
| virtual void | handleDiscoItems (const JID &from, const Disco::Items &items, int context)=0 |
| virtual void | handleDiscoError (const JID &from, const Error *error, int context)=0 |
| virtual bool | handleDiscoSet (const IQ &iq) |
A class implementing this interface can receive the results of sent disco queries.
Definition at line 34 of file discohandler.h.
|
|
Virtual Destructor. Definition at line 40 of file discohandler.h. |
|
||||||||||||||||
|
Reimplement this function to receive disco error notifications.
Implemented in Adhoc, FlexibleOffline, and MUCRoom. |
|
||||||||||||||||
|
Reimplement this function if you want to be notified about the result of an disco#info query.
Implemented in Adhoc, FlexibleOffline, and MUCRoom. |
|
||||||||||||||||
|
Reimplement this function if you want to be notified about the result of an disco#items query.
Implemented in Adhoc, FlexibleOffline, and MUCRoom. |
|
|
Reimplement this function to receive notifications about incoming IQ stanzas of type 'set' in the disco namespace.
Definition at line 78 of file discohandler.h. |
1.4.1