aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppServer.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-11 20:03:26 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-11 20:03:26 +0000
commit4af7217b123b643037476ecb9dfab80295f0aaf6 (patch)
tree6d45eb4cd33743d05a5b1ca09e568b23fc5a19eb /src/QXmppServer.h
parent5889aeaade036a88cac8cbcf03e5b6cde6f8b053 (diff)
downloadqxmpp-4af7217b123b643037476ecb9dfab80295f0aaf6.tar.gz
improve documentation for QXmppServer and QXmppServerExtension
Diffstat (limited to 'src/QXmppServer.h')
-rw-r--r--src/QXmppServer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/QXmppServer.h b/src/QXmppServer.h
index 252f13f9..50f35049 100644
--- a/src/QXmppServer.h
+++ b/src/QXmppServer.h
@@ -42,6 +42,13 @@ class QXmppStream;
/// \brief The QXmppServer class represents an XMPP server.
///
+/// It provides support for both client-to-server and server-to-server
+/// communications, SSL encryption and logging facilities.
+///
+/// QXmppServer comes with a number of modules for service discovery,
+/// XMPP ping, statistics and file transfer proxy support. You can write
+/// your own extensions for QXmppServer by subclassing QXmppServerExtension.
+///
/// \ingroup Core
class QXmppServer : public QXmppLoggable