comparison libpurple/protocols/myspace/myspace.h @ 22268:1f3481447197

In msimprpl, if login fails, and the user's password is greater than 10 characters, note this in the login failure message and offer a URL to shorten it. MySpaceIM apparently limits passwords to 10 characters maximum now. Closes #4369.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 06 Feb 2008 05:37:32 +0000
parents b8bfd13ec479
children 0e2207b46080
comparison
equal deleted inserted replaced
22265:7bd8ec61e687 22268:1f3481447197
82 /* Maximum length of a password that is acceptable. This is the limit 82 /* Maximum length of a password that is acceptable. This is the limit
83 * on the official client (build 679) and on the 'new password' field at 83 * on the official client (build 679) and on the 'new password' field at
84 * http://settings.myspace.com/index.cfm?fuseaction=user.changepassword 84 * http://settings.myspace.com/index.cfm?fuseaction=user.changepassword
85 * (though curiously, not on the 'current password' field). */ 85 * (though curiously, not on the 'current password' field). */
86 86
87 /* Not defined; instead have the client reject the password, until libpurple 87 /* After login fails, if password is greater than this many characters,
88 * supports specifying a length limit on the protocol's password. */ 88 * warn user that it may be too long. */
89 /* #define MSIM_MAX_PASSWORD_LENGTH 10 */ 89 #define MSIM_MAX_PASSWORD_LENGTH 10
90 90
91 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */ 91 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */
92 #define MSIM_CLIENT_VERSION 697 92 #define MSIM_CLIENT_VERSION 697
93 93
94 /* Check for a newer official MySpaceIM client on startup? 94 /* Check for a newer official MySpaceIM client on startup?