diff src/protocols/oscar/aim.h @ 4076:91c4bd698d39

[gaim-migrate @ 4291] I went ape on ICQ's i18n stuff for offline messages/channel 4 messages. I'm pretty sure accented characters and what not should work like a charm, now. Thanks to Mr. McQueen and Mr. Blanton. Also, I changed some stuff with handling these types of messages, so we actually delimit the message at the delimiters. So, uh, hopefully no one will complain about funky "?" symbols in their authorization requests. Stuff to look out for would be authorization requests and replies not working. I still haven't been able to get icqnum@pager.icq.com to work reliably enough to test it. And also, I'd like to take this moment to say that lobsters are really neat. Yeah. Lobsters. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Dec 2002 06:15:27 +0000
parents 2532f1192da3
children c5ce82228a2f
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Sat Dec 14 22:48:38 2002 +0000
+++ b/src/protocols/oscar/aim.h	Sun Dec 15 06:15:27 2002 +0000
@@ -914,6 +914,7 @@
 	fu32_t uin; /* Of the sender of the ICBM */
 	fu16_t type;
 	char *msg; /* Reason for auth request, deny, or accept */
+	int msglen;
 };
 
 faim_export int aim_send_rtfmsg(aim_session_t *sess, struct aim_sendrtfmsg_args *args);
@@ -1170,6 +1171,7 @@
 	fu8_t month, day, hour, minute;
 	fu16_t type;
 	char *msg;
+	int msglen;
 };
 
 struct aim_icq_simpleinfo {