changeset f0b5cb8fe1cd in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=f0b5cb8fe1cd
description: msn auth is now availble through https

diffstat:

 src/common/config.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 62a3c2e30276 -r f0b5cb8fe1cd src/common/config.py
--- a/src/common/config.py      Sat Dec 31 15:54:11 2011 +0100
+++ b/src/common/config.py      Sat Dec 31 15:54:32 2011 +0100
@@ -386,7 +386,7 @@
                     'ft_send_local_ips': [ opt_bool, True, _('If enabled, 
Gajim will send your local IPs so your contact can connect to your machine to 
transfer files.')],
                     'oauth2_refresh_token': [ opt_str, '', _('Latest token for 
Oauth2 authentication.')],
                     'oauth2_client_id': [ opt_str, '0000000044077801', 
_('client_id for Oauth2 authentication.')],
-                    'oauth2_redirect_url': [ opt_str, 
'http%3A%2F%2Fgajim.org%2Fmsnauth%2Findex.cgi', _('redirect_url for Oauth2 
authentication.')],
+                    'oauth2_redirect_url': [ opt_str, 
'https%3A%2F%2Fgajim.org%2Fmsnauth%2Findex.cgi', _('redirect_url for Oauth2 
authentication.')],
             }, {}),
             'statusmsg': ({
                     'message': [ opt_str, '' ],
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to