aboutsummaryrefslogtreecommitdiffstats
path: root/goa-mc-plugin
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-15 17:19:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-15 17:38:41 +0800
commitfe2da138c66af8521013de1c7f4aa97053b87456 (patch)
treea7418dedb4e8267ff38067440b516591afbc6b93 /goa-mc-plugin
parent5678b2eb5d18da99bc03bc4c57c93b726c164dc9 (diff)
downloadgsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.tar
gsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.tar.gz
gsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.tar.bz2
gsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.tar.lz
gsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.tar.xz
gsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.tar.zst
gsoc2013-empathy-fe2da138c66af8521013de1c7f4aa97053b87456.zip
goa plugin: set chat.facebook.com as 'server' param
chat.facebook.com doesn't have a _xmpp-client._tcp SRV record. https://bugzilla.gnome.org/show_bug.cgi?id=672120
Diffstat (limited to 'goa-mc-plugin')
-rw-r--r--goa-mc-plugin/mcp-account-manager-goa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
index fd3942eaf..280485dd6 100644
--- a/goa-mc-plugin/mcp-account-manager-goa.c
+++ b/goa-mc-plugin/mcp-account-manager-goa.c
@@ -135,6 +135,7 @@ get_tp_parameters (GoaAccount *account)
PARAM ("Service", "facebook");
PARAM ("param-account", "chat.facebook.com");
+ PARAM ("param-server", "chat.facebook.com");
PARAM ("param-require-encryption", "true");
}
else if (!tp_strdiff (type, "windows_live"))