diff src/protocols/oscar/im.c @ 4154:3468d666d3cc

[gaim-migrate @ 4382] The buddy pounce thing bothered me. The oscar changes are basically nothing. I just like things to be clean. By the way, if you know of any projects using libfaim other than fire, please let me know. I'm muy muy curious. Messa Jar Jar Binks. I guess emailing me at mark@kingant.net is the most effective way. Squiggle squiggle committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 31 Dec 2002 02:27:21 +0000
parents c5ce82228a2f
children b66f960bfe60
line wrap: on
line diff
--- a/src/protocols/oscar/im.c	Tue Dec 31 00:42:00 2002 +0000
+++ b/src/protocols/oscar/im.c	Tue Dec 31 02:27:21 2002 +0000
@@ -897,10 +897,7 @@
 		{ /* V */
 			aimbs_putle16(&fr->data, 0x001b); /* L */
 			aimbs_putle16(&fr->data, 0x0008); /* XXX - Protocol version */
-			aimbs_putle32(&fr->data, 0x00000000); /* Unknown */
-			aimbs_putle32(&fr->data, 0x00000000); /* Unknown */
-			aimbs_putle32(&fr->data, 0x00000000); /* Unknown */
-			aimbs_putle32(&fr->data, 0x00000000); /* Unknown */
+			aim_putcap(&fr->data, AIM_CAPS_EMPTY);
 			aimbs_putle16(&fr->data, 0x0000); /* Unknown */
 			aimbs_putle16(&fr->data, 0x0003); /* Client features? */
 			aimbs_putle16(&fr->data, 0x0000); /* Unknown */
@@ -927,8 +924,8 @@
 
 			aimbs_putle16(&fr->data, 0x0000); /* Status? */
 			aimbs_putle16(&fr->data, 0x0001); /* Priority of this message? */
-			aimbs_putle16(&fr->data, 0x0001); /* L? */
-			aimbs_putle8(&fr->data, 0x00); /* Null termination? */
+			aimbs_putle16(&fr->data, 0x0001); /* L */
+			aimbs_putle8(&fr->data, 0x00); /* String of length L */
 		} /* End TLV t(2711) */
 	} /* End TLV t(0005) */