--- a/libpurple/protocols/msn/msn.c Fri Sep 28 15:23:16 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Mon Oct 01 17:01:00 2007 +0000 @@ -731,7 +731,7 @@ http_method = purple_account_get_bool(account, "http_method", FALSE); if (http_method) - host = purple_account_get_string(account, "http_method_server", MSN_HTTPCONN_SERVER); + host = purple_account_get_string(account, "http_method_server", MSN_SERVER); else host = purple_account_get_string(account, "server", MSN_SERVER); port = purple_account_get_int(account, "port", MSN_PORT);