Changeset 10020 for trunk/src/common/helpers.py
- Timestamp:
- 07/25/08 00:13:59 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/helpers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/helpers.py
r9986 r10020 1347 1347 if not gajim.config.get('ignore_incoming_xhtml'): 1348 1348 gajim.gajim_optional_features[a].append(xmpp.NS_XHTML_IM) 1349 if gajim.HAVE_PYCRYPTO: 1349 if gajim.HAVE_PYCRYPTO \ 1350 and gajim.config.get_per('accounts', a, 'enable_esessions'): 1350 1351 gajim.gajim_optional_features[a].append(xmpp.NS_ESESSION) 1351 1352 if gajim.config.get_per('accounts', a, 'answer_receipts'):
