Show
Ignore:
Timestamp:
05/11/08 19:18:44 (7 months ago)
Author:
js
Message:

* Disable OTRv1 by default.
* Don't send our JID on OTR request! It might reveal our JID in MUC!

Files:
1 modified

Legend:

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

    r9602 r9619  
    320320                        'zeroconf_email': [ opt_str, '', '', True ], 
    321321                        'use_env_http_proxy' : [opt_bool, False], 
    322                         'otr_flags': [opt_int, 59 ], 
     322                        'otr_flags': [opt_int, 58 ], 
    323323                }, {}), 
    324324                'statusmsg': ({