[empathy] Add params fallback-servers, extra-certificate-identities and require-encryption



commit eb9d398e95bbb9972df1ac26374da11234a82989
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Wed Jun 29 14:56:49 2011 +0800

    Add params fallback-servers, extra-certificate-identities and require-encryption

 goa-mc-plugin/mcp-account-manager-goa.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
index 0e273a7..2b724cf 100644
--- a/goa-mc-plugin/mcp-account-manager-goa.c
+++ b/goa-mc-plugin/mcp-account-manager-goa.c
@@ -136,6 +136,12 @@ get_tp_parameters (GoaAccount *account)
 
       PARAM ("param-account", goa_account_get_identity (account));
       PARAM ("param-server", "talk.google.com");
+      PARAM ("param-fallback-servers",
+          "talkx.l.google.com;"
+          "talkx.l.google.com:443,oldssl;"
+          "talkx.l.google.com:80");
+      PARAM ("param-extra-certificate-identities", "talk.google.com");
+      PARAM ("param-require-encryption", "true");
     }
   else
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]