diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-15 17:19:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-15 17:38:41 +0800 |
commit | fe2da138c66af8521013de1c7f4aa97053b87456 (patch) | |
tree | a7418dedb4e8267ff38067440b516591afbc6b93 | |
parent | 5678b2eb5d18da99bc03bc4c57c93b726c164dc9 (diff) | |
download | gsoc2013-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
-rw-r--r-- | goa-mc-plugin/mcp-account-manager-goa.c | 1 |
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")) |