gloox
0.9.9.12
|
#include <stanzaextensionfactory.h>
Static Public Member Functions | |
static StanzaExtension * | create (Tag *tag) |
A Factory that creates StanzaExtensions from Tags.
You should not need to use this class directly.
Definition at line 35 of file stanzaextensionfactory.h.
|
static |
This function tries to create a valid StanzaExtension (i.e., an object derived from StanzaExtension) from the given Tag.
tag | The Tag to parse and create the StanzaExtension from. |
Definition at line 28 of file stanzaextensionfactory.cpp.