diff libfaim/aim_info.c @ 931:59d9e1177ab5

[gaim-migrate @ 941] yay! let's recompile everything, again! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 20 Sep 2000 23:35:17 +0000
parents e18815f5a4e9
children 1d8f05ea6bdf
line wrap: on
line diff
--- a/libfaim/aim_info.c	Wed Sep 20 23:04:48 2000 +0000
+++ b/libfaim/aim_info.c	Wed Sep 20 23:35:17 2000 +0000
@@ -314,6 +314,18 @@
       break;
       
       /*
+       * Type = 0x0006: ICQ Online Status
+       *
+       * ICQ's Away/DND/etc "enriched" status
+       * Some decoding of values done by Scott <darkagl@pcnet.com>
+       */
+    case 0x0006:
+      if (aimutil_get16(buf+i+2) != 0x04)
+	break;
+      outinfo->icqinfo.status = aimutil_get16(buf+i+2+2+2);
+      break;
+
+      /*
        * Type = 0x000d
        *
        * Capability information.  Not real sure of