# HG changeset patch # User Evan Schoenberg # Date 1189920613 0 # Node ID d4bb8b85ab2e4932ae8fa0dc916b40809d1ba3c2 # Parent cd2b19529dffce55a16ef4463fe075523599bfc9 The MSN http method should default to MSN_HTTPCONN_SERVER, not MSN_SERVER diff -r cd2b19529dff -r d4bb8b85ab2e libpurple/protocols/msn/msn.c --- a/libpurple/protocols/msn/msn.c Fri Sep 14 08:40:06 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Sun Sep 16 05:30:13 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_SERVER); + host = purple_account_get_string(account, "http_method_server", MSN_HTTPCONN_SERVER); else host = purple_account_get_string(account, "server", MSN_SERVER); port = purple_account_get_int(account, "port", MSN_PORT);