#include <presencehandler.h>

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 MUCRoom, and RosterManager.
1.5.5