comparison libpurple/protocols/myspace/myspace.h @ 22305:bf4902fce6e4

In msimprpl, add msim_is_valid_username() to check whether a username is valid (not whether it exists). Not used anywhere, but will help #4855.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 16 Feb 2008 21:29:02 +0000
parents 1097406c8f6c
children 1406a2fa649d
comparison
equal deleted inserted replaced
22304:c3dc9e0d2c08 22305:bf4902fce6e4
86 * (though curiously, not on the 'current password' field). */ 86 * (though curiously, not on the 'current password' field). */
87 87
88 /* After login fails, if password is greater than this many characters, 88 /* After login fails, if password is greater than this many characters,
89 * warn user that it may be too long. */ 89 * warn user that it may be too long. */
90 #define MSIM_MAX_PASSWORD_LENGTH 10 90 #define MSIM_MAX_PASSWORD_LENGTH 10
91
92 /* Maximum length of usernames, when setting. */
93 #define MSIM_MAX_USERNAME_LENGTH 25
91 94
92 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */ 95 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */
93 #define MSIM_CLIENT_VERSION 697 96 #define MSIM_CLIENT_VERSION 697
94 97
95 /* Check for a newer official MySpaceIM client on startup? 98 /* Check for a newer official MySpaceIM client on startup?