comparison src/protocols/oscar/locate.c @ 7025:db041f206848

[gaim-migrate @ 7588] Recognize some more caps to make faceprint happy. Luke, I can't reproduce your thing committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 29 Sep 2003 21:20:20 +0000
parents 4375bf2d9020
children 237ad253dd34
comparison
equal deleted inserted replaced
7024:001d11a7e345 7025:db041f206848
46 {0x09, 0x46, 0x00, 0x00, 0x4c, 0x7f, 0x11, 0xd1, 46 {0x09, 0x46, 0x00, 0x00, 0x4c, 0x7f, 0x11, 0xd1,
47 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 47 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
48 48
49 {AIM_CAPS_SECUREIM, 49 {AIM_CAPS_SECUREIM,
50 {0x09, 0x46, 0x00, 0x01, 0x4c, 0x7f, 0x11, 0xd1, 50 {0x09, 0x46, 0x00, 0x01, 0x4c, 0x7f, 0x11, 0xd1,
51 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
52
53 /*
54 * Not really sure about this one. In an email from
55 * 26 Sep 2003, Matthew Sachs suggested that, "this
56 * is probably the capability for the SMS features."
57 */
58 {AIM_CAPS_SMS,
59 {0x09, 0x46, 0x01, 0xff, 0x4c, 0x7f, 0x11, 0xd1,
60 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
61
62 {AIM_CAPS_APPLESOMETHIN1,
63 {0x09, 0x46, 0xf0, 0x03, 0x4c, 0x7f, 0x11, 0xd1,
64 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
65
66 {AIM_CAPS_APPLESOMETHIN2,
67 {0x09, 0x46, 0xf0, 0x04, 0x4c, 0x7f, 0x11, 0xd1,
68 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
69
70 {AIM_CAPS_APPLESOMETHIN3,
71 {0x09, 0x46, 0xf0, 0x05, 0x4c, 0x7f, 0x11, 0xd1,
51 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 72 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
52 73
53 {AIM_CAPS_HIPTOP, 74 {AIM_CAPS_HIPTOP,
54 {0x09, 0x46, 0x13, 0x23, 0x4c, 0x7f, 0x11, 0xd1, 75 {0x09, 0x46, 0x13, 0x23, 0x4c, 0x7f, 0x11, 0xd1,
55 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 76 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
611 /* 632 /*
612 * Type 30: Unknown. 633 * Type 30: Unknown.
613 * 634 *
614 * Always four bytes, but it doesn't look like an int. 635 * Always four bytes, but it doesn't look like an int.
615 */ 636 */
637
638 } else if (type == 0x001f) {
639 /*
640 * Type 31: Unknown.
641 *
642 * Seen on a buddy using DeadAIM. Data was 4 bytes:
643 * 0x00 00 00 10
644 */
645
616 } else { 646 } else {
617 647
618 /* 648 /*
619 * Reaching here indicates that either AOL has 649 * Reaching here indicates that either AOL has
620 * added yet another TLV for us to deal with, 650 * added yet another TLV for us to deal with,