[empathy] GOA: set param-extra-certificate-identities for Windows live accounts
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] GOA: set param-extra-certificate-identities for Windows live accounts
- Date: Fri, 3 Aug 2012 09:15:43 +0000 (UTC)
commit e3228e2389734b25c41e01fb178c69f205216b0e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Aug 3 10:58:36 2012 +0200
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
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 cdf52d9..9572851 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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]