14 #ifndef STANZAEXTENSIONFACTORY_H__
15 #define STANZAEXTENSIONFACTORY_H__
26 class StanzaExtension;
85 typedef std::list<StanzaExtension*> SEList;
This is the common base class for a Jabber/XMPP Client and a Jabber Component.
A Factory that creates StanzaExtensions from Tags.
~StanzaExtensionFactory()
void registerExtension(StanzaExtension *ext)
void addExtensions(Stanza &stanza, Tag *tag)
bool removeExtension(int ext)
This class abstracts a stanza extension, which is usually an XML child element in a specific namespac...
This is the base class for XMPP stanza abstractions.
This is an abstraction of an XML element.
A simple implementation of mutex as a wrapper around a pthread mutex or a win32 critical section.
The namespace for the gloox library.