[empathy] goa-mc-plugin: Remove Facebook chat using Jabber



commit 8cf2c6933763caf5653ede5b343e57f09f968cbd
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Mar 12 17:49:10 2015 +0100

    goa-mc-plugin: Remove Facebook chat using Jabber
    
    Facebook has dropped support for XMPP in version 2.0 of the Graph API.
    There is no known alternative for this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746100

 goa-mc-plugin/mcp-account-manager-goa.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
index 72625e1..cdd3f60 100644
--- a/goa-mc-plugin/mcp-account-manager-goa.c
+++ b/goa-mc-plugin/mcp-account-manager-goa.c
@@ -146,19 +146,6 @@ get_tp_parameters (GoaAccount *account)
       PARAM ("param-extra-certificate-identities", "talk.google.com");
       PARAM ("param-require-encryption", "true");
     }
-  else if (!tp_strdiff (type, "facebook"))
-    {
-      PARAM ("manager", "gabble");
-      PARAM ("protocol", "jabber");
-      PARAM ("Icon", "im-facebook");
-      PARAM ("Service", "facebook");
-
-      PARAM ("param-account", "chat.facebook.com");
-      PARAM ("param-server", "chat.facebook.com");
-      PARAM ("param-require-encryption", "true");
-      PARAM ("param-fallback-servers",
-          "chat.facebook.com:443");
-    }
   else
     {
       DEBUG ("Unknown account type %s", type);


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