From b2f5d20005d01eeb19d7e694038035873625ecc3 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 6 Mar 2010 14:44:35 +0000 Subject: touchup documentation --- source/QXmppClient.h | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 2ad0b6e0..74d075a4 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -21,21 +21,6 @@ * */ -/// \class QXmppClient -/// \brief The QXmppClient is the main class for using QXmpp. -/// -/// It provides the user all the required functionality to connect to the server -/// and perform operations afterwards. -/// -/// This class will provide the handle/reference to QXmppRoster (roster management), -/// QXmppVCardManager (vCard manager) and QXmppReconnectionManager (reconnection -/// mechanism). -/// -/// By default, a reconnection mechanism exists, which makes sure of reconnecting -/// to the server on dissconnections due to an error. User can have a custom -/// reconnection mechanism as well. -/// - #ifndef QXMPPCLIENT_H #define QXMPPCLIENT_H @@ -64,6 +49,20 @@ class QXmppDiscoveryIq; class QXmppTransferManager; class QXmppVersionIq; +/// \brief The QXmppClient class is the main class for using QXmpp. +/// +/// It provides the user all the required functionality to connect to the server +/// and perform operations afterwards. +/// +/// This class will provide the handle/reference to QXmppRoster (roster management), +/// QXmppVCardManager (vCard manager), QXmppReconnectionManager (reconnection +/// mechanism) and QXmppTransferManager (file transfers). +/// +/// By default, a reconnection mechanism exists, which makes sure of reconnecting +/// to the server on disconnections due to an error. User can have a custom +/// reconnection mechanism as well. +/// + class QXmppClient : public QObject { Q_OBJECT -- cgit v1.2.3