]> andersk Git - libfaim.git/blobdiff - aim_login.c
- Thu Feb 8 02:31:25 UTC 2001
[libfaim.git] / aim_login.c
index 5a4c7790e4434a75b74e7b6c9a2d5350ea7075e7..10e1f792fd3a11fed166937bcbaf0e1d410ddde8 100644 (file)
@@ -5,6 +5,7 @@
  *
  */
 
+#define FAIM_INTERNAL
 #include <faim/aim.h>
 
 #include "md5.h"
@@ -361,6 +362,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.883302 seconds and 4 git commands to generate.