From 4af7217b123b643037476ecb9dfab80295f0aaf6 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 11 Dec 2010 20:03:26 +0000 Subject: improve documentation for QXmppServer and QXmppServerExtension --- src/QXmppServerExtension.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/QXmppServerExtension.h') 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 { -- cgit v1.2.3