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