diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-03 16:58:36 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-03 17:15:31 +0800 |
commit | e3228e2389734b25c41e01fb178c69f205216b0e (patch) | |
tree | 75f57f9f5a7838f635c50a6069fea10f0ce37719 /goa-mc-plugin/mcp-account-manager-goa.c | |
parent | 7f5ca9dc728bd94a24f89e63a0931af6c382641a (diff) | |
download | gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.tar gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.tar.gz gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.tar.bz2 gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.tar.lz gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.tar.xz gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.tar.zst gsoc2013-empathy-e3228e2389734b25c41e01fb178c69f205216b0e.zip |
GOA: set param-extra-certificate-identities for Windows live accounts
Windows live provides a cert for '*.gateway.messenger.live.com'
instead of 'messenger.live.com'. It's not great from them but best to accept
it than confuse users.
https://bugzilla.gnome.org/show_bug.cgi?id=681079
Diffstat (limited to 'goa-mc-plugin/mcp-account-manager-goa.c')
-rw-r--r-- | goa-mc-plugin/mcp-account-manager-goa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index cdf52d99e..957285168 100644 --- a/goa-mc-plugin/mcp-account-manager-goa.c +++ b/goa-mc-plugin/mcp-account-manager-goa.c @@ -148,6 +148,8 @@ get_tp_parameters (GoaAccount *account) PARAM ("param-account", "messenger.live.com"); PARAM ("param-require-encryption", "true"); PARAM ("param-fallback-servers", "xmpp.messenger.live.com"); + PARAM ("param-extra-certificate-identities", + "*.gateway.messenger.live.com"); } else { |