#include <presencehandler.h>
Inherited by RosterManager [private].
Inheritance diagram for PresenceHandler:

Public Member Functions | |
| virtual | ~PresenceHandler () |
| virtual void | handlePresence (Stanza *stanza)=0 |
Derived classes can be registered as PresenceHandlers with the Client. Upon an incoming Presence packet handlePresence() will be called.
Definition at line 30 of file presencehandler.h.
| virtual ~PresenceHandler | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 36 of file presencehandler.h.
| virtual void handlePresence | ( | Stanza * | stanza | ) | [pure virtual] |
Reimplement this function if you want to be updated on incoming presence notifications.
| stanza | The complete stanza. |
Implemented in RosterManager.
1.4.7