gloox  0.9.9.12
Public Member Functions | List of all members
PresenceHandler Class Reference

#include <presencehandler.h>

Inheritance diagram for PresenceHandler:
Inheritance graph
[legend]

Public Member Functions

virtual ~PresenceHandler ()
virtual void handlePresence (Stanza *stanza)=0

Detailed Description

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.

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net

Definition at line 30 of file presencehandler.h.

Constructor & Destructor Documentation

virtual ~PresenceHandler ( )
inlinevirtual

Virtual Destructor.

Definition at line 36 of file presencehandler.h.

Member Function Documentation

virtual void handlePresence ( Stanza stanza)
pure virtual

Reimplement this function if you want to be updated on incoming presence notifications.

Parameters
stanzaThe complete stanza.

Implemented in RosterManager.


The documentation for this class was generated from the following file: