From 82724f00e119eab8a951b750f1d70ea25fe79fc8 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 14 May 2012 15:05:08 +0200 Subject: update documentation --- CHANGELOG | 1 + src/client/QXmppClient.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a3c61581..497ea7fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ QXmpp 0.5.0 (UNRELEASED) - Make QXmppTransferManager fully asynchronous. - Remove QXmppPacket class. - Move utility method to a QXmppUtils class. + - Deprecate QXmppReconnectionManager, QXmppClient handles reconnections. - Fix issues: * Issue 64: Compile qxmpp as shared library by default diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index eee81d61..0ff1c45f 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -58,9 +58,9 @@ class QXmppVersionManager; /// (roster management), QXmppVCardManager (vCard manager), and /// QXmppVersionManager (software version information). /// -/// 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. +/// By default, the client will automatically try reconnecting to the server. +/// You can change this a behaviour using +/// QXmppConfiguration::setAutoReconnectionEnabled(). /// /// Not all the managers or extensions have been enabled by default. One can /// enable/disable the managers using the funtions addExtension() and -- cgit v1.2.3