diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-15 17:25:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-15 17:38:42 +0800 |
commit | 94520441d0d22f6fc8361770f66c1a1ac27e011c (patch) | |
tree | 7f021675fd369a953fed80b2e39db8530c79ccd2 /goa-mc-plugin | |
parent | fe2da138c66af8521013de1c7f4aa97053b87456 (diff) | |
download | gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.tar gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.tar.gz gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.tar.bz2 gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.tar.lz gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.tar.xz gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.tar.zst gsoc2013-empathy-94520441d0d22f6fc8361770f66c1a1ac27e011c.zip |
Set chat.facebook.com:443 as fallback server
Some nasty firewalls block the port 5222, Facebook servers allow connection to
the port 443 as a fallback in this case.
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index 280485dd6..af82e4727 100644 --- a/goa-mc-plugin/mcp-account-manager-goa.c +++ b/goa-mc-plugin/mcp-account-manager-goa.c @@ -137,6 +137,8 @@ get_tp_parameters (GoaAccount *account) 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 if (!tp_strdiff (type, "windows_live")) { |