X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=goa-mc-plugin%2Fmcp-account-manager-goa.c;h=cdd3f6044e3c7f3eeec87f52701687a3b6fe4ffb;hp=72625e1608cf971824da9b6b9fc322bc85800c1e;hb=8cf2c6933763caf5653ede5b343e57f09f968cbd;hpb=721401310464a9238c652c994d92dd509e27b36c 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);