From 53a110fcf6a8b697f8d27a8c34b0cccf4db04b24 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 27 Jun 2011 17:14:09 +0100 Subject: [PATCH] Set require-encryption for Facebook and Google Talk Future versions of Gabble will do this too, but Empathy can make sure it's set too. --- libempathy-gtk/empathy-protocol-chooser.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c index 6a97de64..46188d49 100644 --- a/libempathy-gtk/empathy-protocol-chooser.c +++ b/libempathy-gtk/empathy-protocol-chooser.c @@ -602,6 +602,8 @@ empathy_protocol_chooser_create_account_settings (EmpathyProtocolChooser *self) NULL, NULL); empathy_account_settings_set_string (settings, "server", extra_certificate_identities[0]); + empathy_account_settings_set_boolean (settings, "require-encryption", + TRUE); empathy_account_settings_set_strv (settings, "fallback-servers", fallback_servers); @@ -616,7 +618,8 @@ empathy_protocol_chooser_create_account_settings (EmpathyProtocolChooser *self) { empathy_account_settings_set_icon_name_async (settings, "im-facebook", NULL, NULL); - + empathy_account_settings_set_boolean (settings, "require-encryption", + TRUE); empathy_account_settings_set_string (settings, "server", "chat.facebook.com"); } -- 2.39.2