summaryrefslogtreecommitdiff
path: root/goa-mc-plugin
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-03 10:58:36 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-03 11:15:31 +0200
commite3228e2389734b25c41e01fb178c69f205216b0e (patch)
tree75f57f9f5a7838f635c50a6069fea10f0ce37719 /goa-mc-plugin
parent7f5ca9dc728bd94a24f89e63a0931af6c382641a (diff)
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')
-rw-r--r--goa-mc-plugin/mcp-account-manager-goa.c2
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
{