auto_reconnect is false by default. Fixes #834

This commit is contained in:
JC Brand 2017-04-04 11:20:40 +00:00
parent bef236ec25
commit e88afa0421

View File

@ -286,7 +286,7 @@ If the value is negative or ``0``, the function is disabled.
auto_reconnect
--------------
* Default: ``true``
* Default: ``false``
Automatically reconnect to the XMPP server if the connection drops
unexpectedly.