comparison 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
comparison
equal deleted inserted replaced
930:a88af4cc626a 931:59d9e1177ab5
311 */ 311 */
312 case 0x0004: 312 case 0x0004:
313 outinfo->idletime = aimutil_get16(&buf[i+4]); 313 outinfo->idletime = aimutil_get16(&buf[i+4]);
314 break; 314 break;
315 315
316 /*
317 * Type = 0x0006: ICQ Online Status
318 *
319 * ICQ's Away/DND/etc "enriched" status
320 * Some decoding of values done by Scott <darkagl@pcnet.com>
321 */
322 case 0x0006:
323 if (aimutil_get16(buf+i+2) != 0x04)
324 break;
325 outinfo->icqinfo.status = aimutil_get16(buf+i+2+2+2);
326 break;
327
316 /* 328 /*
317 * Type = 0x000d 329 * Type = 0x000d
318 * 330 *
319 * Capability information. Not real sure of 331 * Capability information. Not real sure of
320 * actual decoding. See comment on aim_bos_setprofile() 332 * actual decoding. See comment on aim_bos_setprofile()