Changeset 9964 for trunk/src/chat_control.py
- Timestamp:
- 07/19/08 22:42:03 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/chat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/chat_control.py
r9963 r9964 1156 1156 # then try E2E 1157 1157 # XXX: Once we have fallback to disco, remove notexistant check 1158 elif not e2e_is_active and \ 1159 gajim.capscache.is_supported(contact, NS_ESESSION) and \ 1160 not gajim.capscache.is_supported(contact, 'notexistant'): 1158 elif not e2e_is_active and gajim.HAVE_PYCRYPTO \ 1159 and gajim.config.get('autonegotiate_esessions') \ 1160 and gajim.capscache.is_supported(contact, NS_ESESSION) \ 1161 and not gajim.capscache.is_supported(contact, 'notexistant'): 1161 1162 self.begin_e2e_negotiation() 1162 1163
