Changeset 10020 for trunk/src/common/config.py
- Timestamp:
- 07/25/08 00:13:59 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r10018 r10020 279 279 'gpg_sign_presence': [ opt_bool, True, _('If disabled, don\'t sign presences with GPG key, even if GPG is configured.') ], 280 280 'keyname': [ opt_str, '', '', True ], 281 'enable_esessions': [opt_bool, True, _('Enable ESessions encryption for this account.')], 281 282 'autonegotiate_esessions': [opt_bool, True, _('Should Gajim automatically start an encrypted session when possible?')], 282 283 'connection_types': [ opt_str, 'tls ssl plain', _('Ordered list (space separated) of connection type to try. Can contain tls, ssl or plain')],
