aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-03-06 14:44:35 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-03-06 14:44:35 +0000
commitb2f5d20005d01eeb19d7e694038035873625ecc3 (patch)
treef6aea608a985ec37288edc38212c0570a60bf2e9 /source/QXmppClient.h
parentac1831936f7858d7f2197ef11dff226ce08d5bb1 (diff)
downloadqxmpp-b2f5d20005d01eeb19d7e694038035873625ecc3.tar.gz
touchup documentation
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h29
1 files changed, 14 insertions, 15 deletions
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