Changeset 9975 for trunk/src/common/helpers.py
- Timestamp:
- 07/21/08 21:55:16 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/helpers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/helpers.py
r9974 r9975 1341 1341 if not gajim.config.get('ignore_incoming_xhtml'): 1342 1342 gajim.gajim_optional_features[a].append(xmpp.NS_XHTML_IM) 1343 if gajim.HAVE_PYCRYPTO and \ 1344 gajim.config.get_per('accounts', a, 'autonegotiate_esessions'): 1343 if gajim.HAVE_PYCRYPTO: 1345 1344 gajim.gajim_optional_features[a].append(xmpp.NS_ESESSION) 1346 1345 if gajim.config.get_per('accounts', a, 'answer_receipts'):
