From: Debarshi Ray Date: Thu, 12 Mar 2015 16:49:10 +0000 (+0100) Subject: goa-mc-plugin: Remove Facebook chat using Jabber X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=8cf2c6933763caf5653ede5b343e57f09f968cbd;ds=sidebyside 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 --- diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index 72625e16..cdd3f604 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);