TagHandler Class Reference

A virtual interface which can be reimplemented to receive non-XMPP Core stanzas. More...

#include <taghandler.h>

List of all members.

Public Member Functions

virtual ~TagHandler ()
virtual void handleTag (Stanza *stanza)=0


Detailed Description

A virtual interface which can be reimplemented to receive non-XMPP Core stanzas.

Derived classes can be registered as TagHandlers with the Client. A TagHandler can handle arbitrary elements not defined by RFC 3920, XMPP: Core.

Author:
Jakob Schroeter <js@camaya.net>

Definition at line 29 of file taghandler.h.


Constructor & Destructor Documentation

virtual ~TagHandler (  )  [inline, virtual]

Virtual Destructor.

Definition at line 35 of file taghandler.h.


Member Function Documentation

virtual void handleTag ( Stanza stanza  )  [pure virtual]

This function is called when a registered XML element arrives.

Parameters:
stanza The complete Stanza.


The documentation for this class was generated from the following file:
Generated on Tue May 1 14:20:27 2007 for gloox by  doxygen 1.5.1