comparison libpurple/connection.h @ 29674:9407348dc714

propagate from branch 'im.pidgin.pidgin' (head 73e463add9a124c86554c2958526e1a6ee5fc22f) to branch 'im.pidgin.cpw.attention_ui' (head 70298cc7b74e537376e55f04be1e6f40aabe3d9d)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 16 Mar 2009 21:45:24 +0000
parents b98519a42e53 375f82b53e95
children 8b17877d3294
comparison
equal deleted inserted replaced
29673:5640246d96c1 29674:9407348dc714
70 PURPLE_CONNECTION_ERROR_NETWORK_ERROR = 0, 70 PURPLE_CONNECTION_ERROR_NETWORK_ERROR = 0,
71 /** The username supplied was not valid. */ 71 /** The username supplied was not valid. */
72 PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1, 72 PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1,
73 /** The username, password or some other credential was incorrect. Use 73 /** The username, password or some other credential was incorrect. Use
74 * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username 74 * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username
75 * is known to be invalid. 75 * is known to be invalid.
76 */ 76 */
77 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2, 77 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2,
78 /** libpurple doesn't speak any of the authentication methods the 78 /** libpurple doesn't speak any of the authentication methods the
79 * server offered. 79 * server offered.
80 */ 80 */