gloox
1.0.28
|
#include <presencehandler.h>
Public Member Functions | |
virtual | ~PresenceHandler () |
virtual void | handlePresence (const Presence &presence)=0 |
A virtual interface which can be reimplemented to receive presence stanzas.
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.
|
inlinevirtual |
Virtual Destructor.
Definition at line 36 of file presencehandler.h.
|
pure virtual |
Reimplement this function if you want to be updated on incoming presence notifications.
presence | The complete stanza. |
Implemented in RosterManager, and MUCRoom.