diff src/protocols/oscar/aim.h @ 5345:bfe98c4d331e

[gaim-migrate @ 5721] ICQ has a maximum password length of 8 characters, apparently. I made Gaim truncate that shizzle for ICQ. This fixes this: http://sourceforge.net/tracker/?func=detail&aid=732409&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 10 May 2003 15:33:48 +0000
parents ac9ca88d4b25
children 2d9f7d2e3558
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Sat May 10 12:47:17 2003 +0000
+++ b/src/protocols/oscar/aim.h	Sat May 10 15:33:48 2003 +0000
@@ -119,6 +119,11 @@
  */
 #define MAXCHATMSGLEN 512
 
+/**
+ * Maximum length for the password of an ICQ account
+ */
+#define MAXICQPASSLEN 8
+
 #define AIM_MD5_STRING "AOL Instant Messenger (SM)"
 
 /*