aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppServerExtension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppServerExtension.h')
-rw-r--r--src/QXmppServerExtension.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/QXmppServerExtension.h b/src/QXmppServerExtension.h
index 7cb319e7..c16daa9b 100644
--- a/src/QXmppServerExtension.h
+++ b/src/QXmppServerExtension.h
@@ -38,6 +38,12 @@ class QXmppStream;
/// \brief The QXmppServerExtension class is the base class for QXmppServer
/// extensions.
///
+/// If you want to extend QXmppServer, for instance to support an IQ type
+/// which is not natively supported, you can subclass QXmppServerExtension
+/// and implement handleStanza(). You can then add your extension to the
+/// client instance using QXmppServer::addExtension().
+///
+/// \ingroup Core
class QXmppServerExtension : public QXmppLoggable
{