diff src/protocols/oscar/icq.c @ 4075:2221f6801577

[gaim-migrate @ 4290] Most of this is changing offline message parsing so it uses the channel 4 ICBM code, since it's basically the same. This fixes the receiving of offline URLs. I also added handling for those pager/web message thingies, and partial support for email messages. I would finish it, but I can't get stupid ICQ to email me any more. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 14 Dec 2002 22:48:38 +0000
parents 2532f1192da3
children 91c4bd698d39
line wrap: on
line diff
--- a/src/protocols/oscar/icq.c	Sat Dec 14 03:55:50 2002 +0000
+++ b/src/protocols/oscar/icq.c	Sat Dec 14 22:48:38 2002 +0000
@@ -172,7 +172,7 @@
 
 	faimdprintf(sess, 1, "icq response: %d bytes, %ld, 0x%04x, 0x%04x\n", cmdlen, ouruin, cmd, reqid);
 
-	if (cmd == 0x0041) {
+	if (cmd == 0x0041) { /* offline message */
 		fu16_t msglen;
 		struct aim_icq_offlinemsg msg;
 		aim_rxcallback_t userfunc;