Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim

Commits:
2f390b29 by Philipp Hörist at 2017-04-15T12:03:31+02:00
Add aesgcm to valid uri schemes

- - - - -


1 changed file:

- src/common/config.py


Changes:

=====================================
src/common/config.py
=====================================
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -294,7 +294,7 @@ class Config:
             'max_conversation_lines': [opt_int, 500, _('Maximum number of 
lines that are printed in conversations. Oldest lines are cleared.')],
             'attach_notifications_to_systray': [opt_bool, False, _('If True, 
notification windows from notification-daemon will be attached to notification 
icon.')],
             'check_idle_every_foo_seconds': [opt_int, 2, _('Choose interval 
between 2 checks of idleness.')],
-            'uri_schemes': [opt_str, 'aaa:// aaas:// acap:// cap:// cid: 
crid:// data: dav: dict:// dns: fax: file:/ ftp:// geo: go: gopher:// h323: 
http:// https:// iax: icap:// im: imap:// info: ipp:// iris: iris.beep: 
iris.xpc: iris.xpcs: iris.lwz: ldap:// mid: modem: msrp:// msrps:// mtqp:// 
mupdate:// news: nfs:// nntp:// opaquelocktoken: pop:// pres: prospero:// 
rtsp:// service: shttp:// sip: sips: sms: snmp:// soap.beep:// soap.beeps:// 
tag: tel: telnet:// tftp:// thismessage:/ tip:// tv: urn:// vemmi:// 
xmlrpc.beep:// xmlrpc.beeps:// z39.50r:// z39.50s:// about: apt: cvs:// daap:// 
ed2k:// feed: fish:// git:// iax2: irc:// ircs:// ldaps:// magnet: mms:// 
rsync:// ssh:// svn:// sftp:// smb:// webcal://', _('Valid uri schemes. Only 
schemes in this list will be accepted as "real" uri. (mailto and xmpp are 
handled separately)'), True],
+            'uri_schemes': [opt_str, 'aaa:// aaas:// acap:// cap:// cid: 
crid:// data: dav: dict:// dns: fax: file:/ ftp:// geo: go: gopher:// h323: 
http:// https:// iax: icap:// im: imap:// info: ipp:// iris: iris.beep: 
iris.xpc: iris.xpcs: iris.lwz: ldap:// mid: modem: msrp:// msrps:// mtqp:// 
mupdate:// news: nfs:// nntp:// opaquelocktoken: pop:// pres: prospero:// 
rtsp:// service: shttp:// sip: sips: sms: snmp:// soap.beep:// soap.beeps:// 
tag: tel: telnet:// tftp:// thismessage:/ tip:// tv: urn:// vemmi:// 
xmlrpc.beep:// xmlrpc.beeps:// z39.50r:// z39.50s:// about: apt: cvs:// daap:// 
ed2k:// feed: fish:// git:// iax2: irc:// ircs:// ldaps:// magnet: mms:// 
rsync:// ssh:// svn:// sftp:// smb:// webcal:// aesgcm://', _('Valid uri 
schemes. Only schemes in this list will be accepted as "real" uri. (mailto and 
xmpp are handled separately)'), True],
             'ask_offline_status_on_connection': [ opt_bool, False, _('Ask 
offline status message to all offline contacts when connection to an account is 
established. WARNING: This causes a lot of requests to be sent!') ],
             'shell_like_completion': [ opt_bool, False, _('If True, completion 
in groupchats will be like a shell auto-completion')],
             'show_self_contact': [opt_str, 'when_other_resource', _('When is 
self contact row displayed. Can be "always", "when_other_resource" or 
"never"'), True],



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/2f390b291a5ca74d56773a24c08322a6818bfc79
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to