diff libpurple/protocols/oscar/oscar.h @ 18774:88ad571744b4

Looks like AOL increased the length of available messages from 60 characters to 251. Fixes #2379.
author Mark Doliner <mark@kingant.net>
date Thu, 02 Aug 2007 07:50:55 +0000
parents 84d53c3c699d
children 7a27e3729612
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Thu Aug 02 05:10:11 2007 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Thu Aug 02 07:50:55 2007 +0000
@@ -114,6 +114,11 @@
  */
 #define MAXCHATMSGLEN 512
 
+/*
+ * Found by trial and error.
+ */
+#define MAXAVAILMSGLEN 251
+
 /**
  * Maximum length for the password of an ICQ account
  */