[gaim-migrate @ 10446]

Tue, 27 Jul 2004 04:31:24 +0000

author
Tim Ringenbach <marv@pidgin.im>
date
Tue, 27 Jul 2004 04:31:24 +0000
changeset 9603
1893bf2387c1
parent 9602
a05f4a5bae72
child 9604
eea16f73a13b

[gaim-migrate @ 10446]
This raises the away message length to 255. I'm going to go ahead and do
this now before I forgot. I think Yahoo! might allow UTF-8 now too, but
I'm still waiting for Bleeter to give me more info.

src/protocols/yahoo/yahoo.h file | annotate | diff | comparison | revisions
--- a/src/protocols/yahoo/yahoo.h	Tue Jul 27 00:40:45 2004 +0000
+++ b/src/protocols/yahoo/yahoo.h	Tue Jul 27 04:31:24 2004 +0000
@@ -194,7 +194,7 @@
 };
 
 
-#define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48)
+#define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255)
 
 
 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065

mercurial