libfaim/aim_login.c

changeset 1302
c7214a694c60
parent 1253
f02697a6aada
equal deleted inserted replaced
1301:43cab22c323c 1302:c7214a694c60
359 email = aim_gettlv_str(tlvlist, 0x0011, 1); 359 email = aim_gettlv_str(tlvlist, 0x0011, 1);
360 360
361 /* 361 /*
362 * The registration status. (Not real sure what it means.) 362 * The registration status. (Not real sure what it means.)
363 * Not available for ICQ logins. 363 * Not available for ICQ logins.
364 *
365 * 1 = No disclosure
366 * 2 = Limited disclosure
367 * 3 = Full disclosure
368 *
369 * This has to do with whether your email address is available
370 * to other users or not. AFAIK, this feature is no longer used.
371 *
364 */ 372 */
365 if (aim_gettlv(tlvlist, 0x0013, 1)) 373 if (aim_gettlv(tlvlist, 0x0013, 1))
366 regstatus = aim_gettlv16(tlvlist, 0x0013, 1); 374 regstatus = aim_gettlv16(tlvlist, 0x0013, 1);
367 375
368 if (aim_gettlv(tlvlist, 0x0040, 1)) 376 if (aim_gettlv(tlvlist, 0x0040, 1))

mercurial