QXmpp Version:0.3.91
|
The QXmppServerPlugin class is the base class for QXmppServer plugins. More...
#include <QXmppServerPlugin.h>
Inherits QXmppServerPluginInterface.
Public Member Functions | |
virtual QXmppServerExtension * | create (const QString &key)=0 |
virtual QStringList | keys () const =0 |
The QXmppServerPlugin class is the base class for QXmppServer plugins.
virtual QXmppServerExtension* QXmppServerPlugin::create | ( | const QString & | key | ) | [pure virtual] |
Creates and returns the specified QXmppServerExtension.
key | The key for the QXmppServerExtension. |
virtual QStringList QXmppServerPlugin::keys | ( | ) | const [pure virtual] |
Returns the list of keys supported by this plugin.