comparison src/protocols/msn/msn.c @ 7937:0dc286295b36

[gaim-migrate @ 8608] Remove some unnecessary stuff. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 27 Dec 2003 01:35:04 +0000
parents 11cef36ba006
children 1b8261f374ea
comparison
equal deleted inserted replaced
7936:b8b83826cc61 7937:0dc286295b36
462 if (gaim_account_get_bool(account, "http_method", FALSE)) 462 if (gaim_account_get_bool(account, "http_method", FALSE))
463 { 463 {
464 http_method = TRUE; 464 http_method = TRUE;
465 465
466 gaim_debug(GAIM_DEBUG_INFO, "msn", "using http method\n"); 466 gaim_debug(GAIM_DEBUG_INFO, "msn", "using http method\n");
467 467
468 server = "gateway.messenger.hotmail.com"; 468 server = "gateway.messenger.hotmail.com";
469 port = 80; 469 port = 80;
470 } 470 }
471 else 471 else
472 { 472 {