comparison src/protocols/msn/session.h @ 10568:fed2a7c2471d

[gaim-migrate @ 11954] Some MSN bits: - Fix HTTP Method works when using an HTTP proxy that require authentication (Bastien Durel) - Better error reporting when the MSN servers are temporarily unavailable - Prevent zombie failed switchboard connections swallowing up messages - Fix win32 crashes receiving messages from aMSN with no formatting info - Fix a crash when the connection to the nexus server fails - maybe some other stuff, I forgot how much had piled up committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 Feb 2005 19:47:52 +0000
parents bec9130b24d2
children f52ab405f1ab
comparison
equal deleted inserted replaced
10567:54f7939df8e3 10568:fed2a7c2471d
49 MSN_ERROR_UNSUPPORTED_PROTOCOL, 49 MSN_ERROR_UNSUPPORTED_PROTOCOL,
50 MSN_ERROR_HTTP_MALFORMED, 50 MSN_ERROR_HTTP_MALFORMED,
51 MSN_ERROR_AUTH, 51 MSN_ERROR_AUTH,
52 MSN_ERROR_BAD_BLIST, 52 MSN_ERROR_BAD_BLIST,
53 MSN_ERROR_SIGN_OTHER, 53 MSN_ERROR_SIGN_OTHER,
54 MSN_ERROR_SERV_DOWN 54 MSN_ERROR_SERV_DOWN,
55 MSN_ERROR_SERV_UNAVAILABLE
55 56
56 } MsnErrorType; 57 } MsnErrorType;
57 58
58 /** 59 /**
59 * Login steps. 60 * Login steps.