comparison libpurple/connection.h @ 25416:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents d25cbbea7fe5
children 375f82b53e95 b98519a42e53
comparison
equal deleted inserted replaced
25415:584063555949 25416:6e1967b0f90b
92 * trying to connect with. 92 * trying to connect with.
93 */ 93 */
94 PURPLE_CONNECTION_ERROR_NAME_IN_USE = 6, 94 PURPLE_CONNECTION_ERROR_NAME_IN_USE = 6,
95 95
96 /** The username/server/other preference for the account isn't valid. 96 /** The username/server/other preference for the account isn't valid.
97 * For instance, on IRC the screen name cannot contain white space. 97 * For instance, on IRC the username cannot contain white space.
98 * This reason should not be used for incorrect passwords etc: use 98 * This reason should not be used for incorrect passwords etc: use
99 * #PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED for that. 99 * #PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED for that.
100 * 100 *
101 * @todo This reason really shouldn't be necessary. Usernames and 101 * @todo This reason really shouldn't be necessary. Usernames and
102 * other account preferences should be validated when the 102 * other account preferences should be validated when the