#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 ~TagHandler | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 35 of file taghandler.h.
virtual void handleTag | ( | Stanza * | stanza | ) | [pure virtual] |
This function is called when a registered XML element arrives.
stanza | The complete Stanza. |