diff libpurple/protocols/msn/httpconn.c @ 19993:e73e510d56ec

A fix from Laszlo Pandy to make the MSN HTTP Method work again. Fixes #2638 and should make a number of people happy. This introduces a new string that isn't marked as translatable for 2.2.0 because it is so late in the game.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 13 Sep 2007 03:02:34 +0000
parents 44b4e8bd759b
children 3972d9b3ca2f
line wrap: on
line diff
--- a/libpurple/protocols/msn/httpconn.c	Thu Sep 13 02:38:20 2007 +0000
+++ b/libpurple/protocols/msn/httpconn.c	Thu Sep 13 03:02:34 2007 +0000
@@ -725,7 +725,7 @@
 		msn_httpconn_disconnect(httpconn);
 
 	httpconn->connect_data = purple_proxy_connect(NULL, httpconn->session->account,
-		"gateway.messenger.hotmail.com", 80, connect_cb, httpconn);
+		host, 80, connect_cb, httpconn);
 
 	if (httpconn->connect_data != NULL)
 	{