gloox
0.9.9.12
|
#include <subscriptionhandler.h>
Public Member Functions | |
virtual | ~SubscriptionHandler () |
virtual void | handleSubscription (Stanza *stanza)=0 |
A virtual interface which can be reimplemented to receive incoming subscription stanzas.
Derived classes can be registered as SubscriptionHandlers with the Client. Upon an incoming Subscription packet handleSubscription() will be called.
Definition at line 29 of file subscriptionhandler.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 35 of file subscriptionhandler.h.
|
pure virtual |
Reimplement this function if you want to be notified about incoming subscriptions/subscription requests.
stanza | The complete Stanza. |
Implemented in RosterManager.