diff src/protocols/oscar/auth.c @ 4317:7c9f3d0fe8b2

[gaim-migrate @ 4571] Eh, nothing really. Very minor clean up stuff. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 16 Jan 2003 00:49:15 +0000
parents 79d871c11eb9
children bfe98c4d331e
line wrap: on
line diff
--- a/src/protocols/oscar/auth.c	Wed Jan 15 00:18:16 2003 +0000
+++ b/src/protocols/oscar/auth.c	Thu Jan 16 00:49:15 2003 +0000
@@ -267,11 +267,13 @@
 	aim_addtlvtochain_raw(&tl, 0x000e, strlen(ci->country), ci->country);
 	aim_addtlvtochain_raw(&tl, 0x000f, strlen(ci->lang), ci->lang);
 
+#ifndef NOSSI
 	/*
 	 * If set, old-fashioned buddy lists will not work. You will need
 	 * to use SSI.
 	 */
 	aim_addtlvtochain8(&tl, 0x004a, 0x01);
+#endif
 
 	aim_writetlvchain(&fr->data, &tl);
 
@@ -401,6 +403,7 @@
 	 *   Not available for ICQ or @mac.com logins.
 	 *   If you receive this TLV, then you are allowed to use 
 	 *   family 0x0018 to check the status of your email.
+	 * XXX - Not really true!
 	 */
 	if (aim_gettlv(tlvlist, 0x0011, 1))
 		info->email = aim_gettlv_str(tlvlist, 0x0011, 1);