#include <discohandler.h>
Inherited by FlexibleOffline.
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 *) |
A class implementing this interface can receives the results of sent disco queries.
Definition at line 30 of file discohandler.h.
|
Virtual Destructor. Definition at line 36 of file discohandler.h. |
|
Reimplement this function to receive disco error notifications.
Implemented in FlexibleOffline. |
|
Reimplement this function if you want to be notified about the result of an disco::info query.
Implemented in FlexibleOffline. |
|
Reimplement this function if you want to be notified about the result of an disco::items query.
Implemented in FlexibleOffline. |
|
Reimplement this function to receive notifications about incoming IQ stanzas of type 'set' in the disco namespace.
Definition at line 71 of file discohandler.h. |