libfaim/aim_login.c

changeset 1302
c7214a694c60
parent 1253
f02697a6aada
--- a/libfaim/aim_login.c	Tue Dec 19 01:29:13 2000 +0000
+++ b/libfaim/aim_login.c	Tue Dec 19 03:08:06 2000 +0000
@@ -361,6 +361,14 @@
   /*
    * 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);

mercurial