diff options
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 { |