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

Public Member Functions | |
| virtual | ~DiscoHandler () |
| virtual void | handleDiscoInfoResult (Stanza *stanza, int context)=0 |
| virtual void | handleDiscoItemsResult (Stanza *stanza, int context)=0 |
| virtual void | handleDiscoError (Stanza *stanza, int context)=0 |
| virtual bool | handleDiscoSet (Stanza *stanza) |
A class implementing this interface can receive the results of sent disco queries.
Definition at line 31 of file discohandler.h.
|
|
Virtual Destructor. Definition at line 37 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 72 of file discohandler.h. |
1.4.1