comparison libpurple/protocols/msn/switchboard.h @ 17441:83f10ac192d9

Handle problems initiating or joining a switchboard session more gracefully. Don't display obnoxious meaningless "MSN Authentication Error" dialogs when the MSN servers are having kittens and inviting us to join a switchboard session but then refusing to accept the auth key they gave us. Fixes #1424
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 02 Jun 2007 16:37:22 +0000
parents 32c366eeeb99
children 44b4e8bd759b 4403cecc7cd6
comparison
equal deleted inserted replaced
17440:b65d0cc85419 17441:83f10ac192d9
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_TOO_FAST, /**< We are sending too fast */ 48 MSN_SB_ERROR_TOO_FAST, /**< We are sending too fast */
49 MSN_SB_ERROR_AUTHFAILED, /**< Authentication failed joining the switchboard session */
49 MSN_SB_ERROR_UNKNOWN /**< An unknown error occurred. */ 50 MSN_SB_ERROR_UNKNOWN /**< An unknown error occurred. */
50 51
51 } MsnSBErrorType; 52 } MsnSBErrorType;
52 53
53 /** 54 /**