]> andersk Git - libfaim.git/blobdiff - aim_login.c
- Sat Dec 16 01:34:19 UTC 2000
[libfaim.git] / aim_login.c
index 5a4c7790e4434a75b74e7b6c9a2d5350ea7075e7..8f880b1068c7bcc56ed5224020573f7c45660537 100644 (file)
@@ -361,6 +361,14 @@ faim_internal int aim_authparse(struct aim_session_t *sess,
   /*
    * The registration status.  (Not real sure what it means.)
    *   Not available for ICQ logins.
+   *
+   *   1 = No disclosure
+   *   2 = Limited disclosure
+   *   3 = Full disclosure
+   *
+   * This has to do with whether your email address is available
+   * to other users or not.  AFAIK, this feature is no longer used.
+   *
    */
   if (aim_gettlv(tlvlist, 0x0013, 1))
     regstatus = aim_gettlv16(tlvlist, 0x0013, 1);
This page took 0.042108 seconds and 4 git commands to generate.