5 #ifndef QXMPPSERVERPLUGIN_H 6 #define QXMPPSERVERPLUGIN_H 8 #include "QXmppGlobal.h" 15 class QXMPP_EXPORT QXmppServerPluginInterface
22 virtual QStringList keys()
const = 0;
25 Q_DECLARE_INTERFACE(QXmppServerPluginInterface,
"com.googlecode.qxmpp.ServerPlugin/1.0")
33 Q_INTERFACES(QXmppServerPluginInterface)
43 QStringList keys()
const override = 0;
The QXmppServerPlugin class is the base class for QXmppServer plugins.
Definition: QXmppServerPlugin.h:30
The QXmppServer class represents an XMPP server.
Definition: QXmppServer.h:40
The QXmppServerExtension class is the base class for QXmppServer extensions.
Definition: QXmppServerExtension.h:28