diff libpurple/protocols/myspace/myspace.h @ 17927:e440846f9a21

Increase password length limit to 10 and update changes file.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 04 Jul 2007 02:13:34 +0000
parents dbf7fe20799d
children 87b77f1ea086
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue Jul 03 05:21:55 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Wed Jul 04 02:13:34 2007 +0000
@@ -74,7 +74,11 @@
 
 /* Constants */
 
-#define MSIM_MAX_PASSWORD_LENGTH 	8
+/* Maximum length of a password that is acceptable. This is the limit
+ * on the official client (build 679) and on the 'new password' field at
+ * http://settings.myspace.com/index.cfm?fuseaction=user.changepassword
+ * (though curiously, not on the 'current password' field). */
+#define MSIM_MAX_PASSWORD_LENGTH 	10
 
 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */
 #define MSIM_CLIENT_VERSION     673