From 313c1b248cff9c317004a217b1a9acd3da1ca711 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 6 Sep 2005 06:18:35 +0000 Subject: [PATCH] autoreconnect is true be default --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 4065fb284..e1765a3f7 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -159,7 +159,7 @@ class Config: 'resource': [ opt_str, 'gajim' ], 'priority': [ opt_int, 5 ], 'autoconnect': [ opt_bool, False ], - 'autoreconnect': [ opt_bool, False ], + 'autoreconnect': [ opt_bool, True ], 'proxy': [ opt_str, '' ], 'keyid': [ opt_str, '' ], 'keyname': [ opt_str, '' ],