Changeset 9619
- Timestamp:
- 05/11/08 19:18:44 (2 months ago)
- Files:
-
- trunk/src/common/config.py (modified) (1 diff)
- trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/common/config.py
r9602 r9619 320 320 'zeroconf_email': [ opt_str, '', '', True ], 321 321 'use_env_http_proxy' : [opt_bool, False], 322 'otr_flags': [opt_int, 5 9],322 'otr_flags': [opt_int, 58 ], 323 323 }, {}), 324 324 'statusmsg': ({ trunk/src/gajim.py
r9618 r9619 370 370 # split away XHTML-contaminated explanatory message 371 371 message = unicode(message.splitlines()[0]) 372 message += u"\n %shas requested an Off-the-Record private " \372 message += u"\nThis user has requested an Off-the-Record private " \ 373 373 "conversation. However, you do not have a plugin to " \ 374 374 "support that.\nSee http://otr.cypherpunks.ca/ for more "\ 375 "information." %gajim.get_jid_from_account(opdata['account'])375 "information.") 376 376 377 377 gajim.connections[opdata['account']].send_message(recipient, message,
