#include <subscriptionhandler.h>
Inherited by RosterManager [private]
.
Inheritance diagram for SubscriptionHandler:
Public Member Functions | |
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.
|
Reimplement this function if you want to be notified about incoming subscriptions/subscription requests.
Implemented in RosterManager. |