diff src/protocols/msn/msn.c @ 7834:99ffabc6ce73

[gaim-migrate @ 8487] This patch from Mike Hearn should fix HTTP proxy support for MSN, and provides another step toward the MSN HTTP access method working. The HTTP proxy may need testing from other people, but looks like it shouldn't give any problems. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 12 Dec 2003 00:14:40 +0000
parents 66d9440db6ec
children 4294afe670ad
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Thu Dec 11 19:28:00 2003 +0000
+++ b/src/protocols/msn/msn.c	Fri Dec 12 00:14:40 2003 +0000
@@ -463,6 +463,8 @@
 	{
 		http_method = TRUE;
 
+		gaim_debug(GAIM_DEBUG_INFO, "msn", "using http method\n");
+		
 		server = "gateway.messenger.hotmail.com";
 		port   = 80;
 	}
@@ -1661,12 +1663,10 @@
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
 											   option);
 
-#if 0
 	option = gaim_account_option_bool_new(_("Use HTTP Method"), "http_method",
 										  FALSE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
 											   option);
-#endif
 
 	my_protocol = plugin;