From 82724f00e119eab8a951b750f1d70ea25fe79fc8 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 14 May 2012 15:05:08 +0200 Subject: update documentation --- src/client/QXmppClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client') 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