comparison 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
comparison
equal deleted inserted replaced
19992:e4dc98b8e140 19993:e73e510d56ec
723 723
724 if (httpconn->connected) 724 if (httpconn->connected)
725 msn_httpconn_disconnect(httpconn); 725 msn_httpconn_disconnect(httpconn);
726 726
727 httpconn->connect_data = purple_proxy_connect(NULL, httpconn->session->account, 727 httpconn->connect_data = purple_proxy_connect(NULL, httpconn->session->account,
728 "gateway.messenger.hotmail.com", 80, connect_cb, httpconn); 728 host, 80, connect_cb, httpconn);
729 729
730 if (httpconn->connect_data != NULL) 730 if (httpconn->connect_data != NULL)
731 { 731 {
732 httpconn->waiting_response = TRUE; 732 httpconn->waiting_response = TRUE;
733 httpconn->connected = TRUE; 733 httpconn->connected = TRUE;