comparison src/protocols/msn/switchboard.h @ 10346:bbf738a0ce7b

[gaim-migrate @ 11560] More more MSN bug fixes from Felipe Contreras, and I fixed up the display of messages that failed to send so that it matches what you tried to send and doesn't have kittens with html entities and such. I added a GAIM_MESSAGE_RAW type in HEAD to make the display of such messages even more accurate, but I don't think such a cosmetic change, which would bump us to 1.2.0, is all that important for oldstatus. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 12 Dec 2004 17:37:36 +0000
parents 2e01c503aa4f
children e5455f1dc9b6
comparison
equal deleted inserted replaced
10345:2e01c503aa4f 10346:bbf738a0ce7b
38 /* 38 /*
39 * A switchboard error 39 * A switchboard error
40 */ 40 */
41 typedef enum 41 typedef enum
42 { 42 {
43 MSN_SB_ERROR_NONE, /**< No error */ 43 MSN_SB_ERROR_NONE, /**< No error. */
44 MSN_SB_ERROR_CAL, /**< The user could not join (answer the call) */ 44 MSN_SB_ERROR_CAL, /**< The user could not join (answer the call). */
45 MSN_SB_ERROR_OFFLINE, /**< The account is offline */ 45 MSN_SB_ERROR_OFFLINE, /**< The account is offline. */
46 MSN_SB_ERROR_USER_OFFLINE, /**< The user to call is offline */ 46 MSN_SB_ERROR_USER_OFFLINE, /**< The user to call is offline. */
47 MSN_SB_ERROR_CONNECTION, /**< There was a connection error */ 47 MSN_SB_ERROR_CONNECTION, /**< There was a connection error. */
48 MSN_SB_ERROR_UNKNOWN /**< An unknown error occured */ 48 MSN_SB_ERROR_UNKNOWN /**< An unknown error occured. */
49 49
50 } MsnSBErrorType; 50 } MsnSBErrorType;
51 51
52 /* 52 /*
53 * A switchboard A place where a bunch of users send messages to the rest 53 * A switchboard A place where a bunch of users send messages to the rest