diff options
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 29 |
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 |
