src/protocols/msn/session.h

changeset 10519
80801a34a246
parent 10514
3d6cb5d53e97
child 10568
15f02c0e7fc1
equal deleted inserted replaced
10518:e6d0a4ad57df 10519:80801a34a246
44 * Types of errors. 44 * Types of errors.
45 */ 45 */
46 typedef enum 46 typedef enum
47 { 47 {
48 MSN_ERROR_SERVCONN, 48 MSN_ERROR_SERVCONN,
49 MSN_ERROR_UNSUPORTED_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

mercurial