#include <taghandler.h>
Public Member Functions | |
virtual | ~TagHandler () |
virtual void | handleTag (Stanza *stanza)=0 |
Derived classes can be registered as TagHandlers with the Client. A TagHandler can handle arbitrary elements not defined by RFC 3920, XMPP: Core.
Definition at line 29 of file taghandler.h.
|
Virtual Destructor. Definition at line 35 of file taghandler.h. |
|
This function is called when a registered XML element arrives.
|