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 | 
|  Public Member Functions inherited from QXmppServerPluginInterface | |
| virtual QXmppServerExtension * | create (const QString &key)=0 | 
| Creates the server extension identified by key. | |
| virtual QStringList | keys () const =0 | 
| Returns a list of valid extension keys. | |
The QXmppServerPlugin class is the base class for QXmppServer plugins.
| 
 | pure virtual | 
Creates and returns the specified QXmppServerExtension.
| key | The key for the QXmppServerExtension. | 
| 
 | pure virtual | 
Returns the list of keys supported by this plugin.
 1.8.1.2
 1.8.1.2