comparison libpurple/connection.h @ 21426:8ffb65f3c0e9

Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 11 Nov 2007 21:56:58 +0000
parents ba061949650c
children a463f05b4566
comparison
equal deleted inserted replaced
21425:cd4173014f50 21426:8ffb65f3c0e9
65 */ 65 */
66 PURPLE_CONNECTION_ERROR_NETWORK_ERROR = 0, 66 PURPLE_CONNECTION_ERROR_NETWORK_ERROR = 0,
67 /** The username supplied was not valid. */ 67 /** The username supplied was not valid. */
68 PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1, 68 PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1,
69 /** The username, password or some other credential was incorrect. Use 69 /** The username, password or some other credential was incorrect. Use
70 * the above errors if the username is known to be invalid. 70 * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username
71 * is known to be invalid.
71 */ 72 */
72 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2, 73 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2,
73 /** libpurple doesn't speak any of the authentication methods the 74 /** libpurple doesn't speak any of the authentication methods the
74 * server offered. 75 * server offered.
75 */ 76 */