comparison libpurple/protocols/oscar/family_locate.c @ 23675:46cc31494ff4

Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
author Evan Schoenberg <evan.s@dreskin.net>
date Fri, 01 Aug 2008 07:04:25 +0000
parents da9cf296733e
children e4b1ba7c351c 365b90fa23cf
comparison
equal deleted inserted replaced
23674:ad68d734205a 23675:46cc31494ff4
61 61
62 {OSCAR_CAPABILITY_SECUREIM, 62 {OSCAR_CAPABILITY_SECUREIM,
63 {0x09, 0x46, 0x00, 0x01, 0x4c, 0x7f, 0x11, 0xd1, 63 {0x09, 0x46, 0x00, 0x01, 0x4c, 0x7f, 0x11, 0xd1,
64 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 64 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
65 65
66 {OSCAR_CAPABILITY_XHTML_IM, 66 /* OSCAR_CAPABILITY_XHTML_IM */
67 {OSCAR_CAPABILITY_GENERICUNKNOWN,
67 {0x09, 0x46, 0x00, 0x02, 0x4c, 0x7f, 0x11, 0xd1, 68 {0x09, 0x46, 0x00, 0x02, 0x4c, 0x7f, 0x11, 0xd1,
68 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 69 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
69 70
70 {OSCAR_CAPABILITY_VIDEO, 71 {OSCAR_CAPABILITY_VIDEO,
71 {0x09, 0x46, 0x01, 0x00, 0x4c, 0x7f, 0x11, 0xd1, 72 {0x09, 0x46, 0x01, 0x00, 0x4c, 0x7f, 0x11, 0xd1,
80 {OSCAR_CAPABILITY_CAMERA, 81 {OSCAR_CAPABILITY_CAMERA,
81 {0x09, 0x46, 0x01, 0x02, 0x4c, 0x7f, 0x11, 0xd1, 82 {0x09, 0x46, 0x01, 0x02, 0x4c, 0x7f, 0x11, 0xd1,
82 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 83 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
83 84
84 /* "Microphone" support in Windows AIM 5.5.3501 and newer */ 85 /* "Microphone" support in Windows AIM 5.5.3501 and newer */
85 {OSCAR_CAPABILITY_MICROPHONE, 86 /* OSCAR_CAPABILITY_MICROPHONE */
87 {OSCAR_CAPABILITY_GENERICUNKNOWN,
86 {0x09, 0x46, 0x01, 0x03, 0x4c, 0x7f, 0x11, 0xd1, 88 {0x09, 0x46, 0x01, 0x03, 0x4c, 0x7f, 0x11, 0xd1,
87 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 89 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
88 90
89 /* Supports RTC Audio */ 91 /* Supports RTC Audio */
90 /* OSCAR_CAPABILITY_RTCAUDIO */ 92 /* OSCAR_CAPABILITY_RTCAUDIO */