comparison libpurple/protocols/oscar/family_locate.c @ 26957:40528ba387fd

Uh, OSCAR_CAPABILITY_VIDEO and OSCAR_CAPABILITY_LIVEVIDEO video have the same value. Surely we don't need two of them.
author Mark Doliner <mark@kingant.net>
date Thu, 14 May 2009 03:54:05 +0000
parents f1b92f2ea41f
children 99e3f40d082f
comparison
equal deleted inserted replaced
26956:eeee4309d3d8 26957:40528ba387fd
66 /* OSCAR_CAPABILITY_XHTML_IM */ 66 /* OSCAR_CAPABILITY_XHTML_IM */
67 {OSCAR_CAPABILITY_GENERICUNKNOWN, 67 {OSCAR_CAPABILITY_GENERICUNKNOWN,
68 {0x09, 0x46, 0x00, 0x02, 0x4c, 0x7f, 0x11, 0xd1, 68 {0x09, 0x46, 0x00, 0x02, 0x4c, 0x7f, 0x11, 0xd1,
69 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 69 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
70 70
71 /* "Live Video" (SIP/RTC Video) support in Windows AIM 5.5.3501 and newer */
71 {OSCAR_CAPABILITY_VIDEO, 72 {OSCAR_CAPABILITY_VIDEO,
72 {0x09, 0x46, 0x01, 0x00, 0x4c, 0x7f, 0x11, 0xd1,
73 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
74
75 /* "Live Video" (SIP/RTC Video) support in Windows AIM 5.5.3501 and newer */
76 {OSCAR_CAPABILITY_LIVEVIDEO,
77 {0x09, 0x46, 0x01, 0x01, 0x4c, 0x7f, 0x11, 0xd1, 73 {0x09, 0x46, 0x01, 0x01, 0x4c, 0x7f, 0x11, 0xd1,
78 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 74 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
79 75
80 /* "Camera" support in Windows AIM 5.5.3501 and newer */ 76 /* "Camera" support in Windows AIM 5.5.3501 and newer */
81 {OSCAR_CAPABILITY_CAMERA, 77 {OSCAR_CAPABILITY_CAMERA,