diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/QXmppClient.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
