]> git.0d.be Git - empathy.git/commitdiff
goa-mc-plugin: Remove Facebook chat using Jabber
authorDebarshi Ray <debarshir@gnome.org>
Thu, 12 Mar 2015 16:49:10 +0000 (17:49 +0100)
committerDebarshi Ray <debarshir@gnome.org>
Thu, 12 Mar 2015 16:49:10 +0000 (17:49 +0100)
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

index 72625e1608cf971824da9b6b9fc322bc85800c1e..cdd3f6044e3c7f3eeec87f52701687a3b6fe4ffb 100644 (file)
@@ -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);