Show
Ignore:
Timestamp:
05/09/08 14:35:25 (4 months ago)
Author:
js
Message:

Added OTR support.
Work done by Kjell Braden <fnord@…>.
Some fixes done by me.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/config.py

    r9585 r9602  
    320320                        'zeroconf_email': [ opt_str, '', '', True ], 
    321321                        'use_env_http_proxy' : [opt_bool, False], 
     322                        'otr_flags': [opt_int, 59 ], 
    322323                }, {}), 
    323324                'statusmsg': ({ 
     
    370371                        'gpg_enabled': [ opt_bool, False, _('Is OpenPGP enabled for this contact?')], 
    371372                        'speller_language': [ opt_str, '', _('Language for which we want to check misspelled words')], 
     373                        'otr_flags': [opt_int, -1 ], 
    372374                }, {}), 
    373375                'rooms': ({