From 8cf2c6933763caf5653ede5b343e57f09f968cbd Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 12 Mar 2015 17:49:10 +0100 Subject: [PATCH 1/1] 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 file changed, 13 deletions(-) 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); -- 2.39.2