From b8bd45099ed48decb876233cab1f2df217abc323 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 25 May 2010 11:23:08 +0200 Subject: hardcode facebook server to workaround SRV lookup issues --- src/empathy-account-assistant.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/empathy-account-assistant.c') diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 796f56527..a8a77e322 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -428,6 +428,9 @@ account_assistant_protocol_changed_cb (GtkComboBox *chooser, { empathy_account_settings_set_icon_name_async (settings, "im-facebook", NULL, NULL); + + empathy_account_settings_set_string (settings, "server", + "chat.facebook.com"); } if (priv->first_resp == RESPONSE_CREATE_ACCOUNT) -- cgit v1.2.3