QXmpp  Version:0.9.1
Public Member Functions | List of all members
QXmppServerPlugin Class Referenceabstract

The QXmppServerPlugin class is the base class for QXmppServer plugins. More...

#include <QXmppServerPlugin.h>

Inherits QObject, and QXmppServerPluginInterface.

Public Member Functions

virtual QXmppServerExtensioncreate (const QString &key)=0
 
virtual QStringList keys () const =0
 

Detailed Description

The QXmppServerPlugin class is the base class for QXmppServer plugins.

Member Function Documentation

virtual QXmppServerExtension* QXmppServerPlugin::create ( const QString &  key)
pure virtual

Creates and returns the specified QXmppServerExtension.

Parameters
keyThe key for the QXmppServerExtension.
virtual QStringList QXmppServerPlugin::keys ( ) const
pure virtual

Returns the list of keys supported by this plugin.


The documentation for this class was generated from the following file: