comparison 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
comparison
equal deleted inserted replaced
4316:c5851f0e120e 4317:7c9f3d0fe8b2
265 aim_addtlvtochain16(&tl, 0x001a, (fu16_t)ci->build); 265 aim_addtlvtochain16(&tl, 0x001a, (fu16_t)ci->build);
266 aim_addtlvtochain32(&tl, 0x0014, (fu32_t)ci->distrib); 266 aim_addtlvtochain32(&tl, 0x0014, (fu32_t)ci->distrib);
267 aim_addtlvtochain_raw(&tl, 0x000e, strlen(ci->country), ci->country); 267 aim_addtlvtochain_raw(&tl, 0x000e, strlen(ci->country), ci->country);
268 aim_addtlvtochain_raw(&tl, 0x000f, strlen(ci->lang), ci->lang); 268 aim_addtlvtochain_raw(&tl, 0x000f, strlen(ci->lang), ci->lang);
269 269
270 #ifndef NOSSI
270 /* 271 /*
271 * If set, old-fashioned buddy lists will not work. You will need 272 * If set, old-fashioned buddy lists will not work. You will need
272 * to use SSI. 273 * to use SSI.
273 */ 274 */
274 aim_addtlvtochain8(&tl, 0x004a, 0x01); 275 aim_addtlvtochain8(&tl, 0x004a, 0x01);
276 #endif
275 277
276 aim_writetlvchain(&fr->data, &tl); 278 aim_writetlvchain(&fr->data, &tl);
277 279
278 aim_freetlvchain(&tl); 280 aim_freetlvchain(&tl);
279 281
399 /* 401 /*
400 * The email address attached to this account 402 * The email address attached to this account
401 * Not available for ICQ or @mac.com logins. 403 * Not available for ICQ or @mac.com logins.
402 * If you receive this TLV, then you are allowed to use 404 * If you receive this TLV, then you are allowed to use
403 * family 0x0018 to check the status of your email. 405 * family 0x0018 to check the status of your email.
406 * XXX - Not really true!
404 */ 407 */
405 if (aim_gettlv(tlvlist, 0x0011, 1)) 408 if (aim_gettlv(tlvlist, 0x0011, 1))
406 info->email = aim_gettlv_str(tlvlist, 0x0011, 1); 409 info->email = aim_gettlv_str(tlvlist, 0x0011, 1);
407 410
408 /* 411 /*