|
gloox
1.0.1
|
#include <chatstatehandler.h>
Public Member Functions | |
| virtual | ~ChatStateHandler () |
| virtual void | handleChatState (const JID &from, ChatStateType state)=0 |
A virtual interface that enables an object to be notified about a remote entity's Chat States (XEP-0085).
Definition at line 31 of file chatstatehandler.h.
|
inlinevirtual |
Virtual Destructor.
Definition at line 37 of file chatstatehandler.h.
|
pure virtual |
Notifies the ChatStateHandler that a different chat state has been set by the remote contact.
| from | The originator of the Event. |
| state | The chat state set by the remote entity. |
1.8.1.2