#include <subscriptionhandler.h>
Inherited by RosterManager [private]
.
Inheritance diagram for SubscriptionHandler:
Public Member Functions | |
virtual | ~SubscriptionHandler () |
virtual void | handleSubscription (Stanza *stanza)=0 |
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.
virtual ~SubscriptionHandler | ( | ) | [inline, virtual] |
Virtual destructor.
Definition at line 35 of file subscriptionhandler.h.
virtual void handleSubscription | ( | Stanza * | stanza | ) | [pure virtual] |
Reimplement this function if you want to be notified about incoming subscriptions/subscription requests.
stanza | The complete Stanza. |
Implemented in RosterManager.