autoreconnect is true be default

This commit is contained in:
Yann Leboulanger 2005-09-06 06:18:35 +00:00
parent 3f687c52ff
commit 313c1b248c
1 changed files with 1 additions and 1 deletions

View File

@ -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, '' ],