Show
Ignore:
Timestamp:
05/09/08 14:35:25 (7 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/gajim.py

    r9508 r9602  
    165165        if system('gpg -h >/dev/null 2>&1'): 
    166166                HAVE_GPG = False 
     167 
     168OTR_PROTO = "xmpp" 
     169otr_userstates = {} 
     170otr_policy = {} 
    167171 
    168172gajim_identity = {'type': 'pc', 'category': 'client', 'name': 'Gajim'}