comparison src/protocols/oscar/info.c @ 2669:44773c4b0f16

[gaim-migrate @ 2682] So I was out driving around and went to get back on I-80, but there was no Westbound onramp at Cutting. I was so unpleased. I kept driving. Their were signs for San Rafael, so I just kept going. Little did I know that the it was referring to an onramp to westbound 580, and that it was quite a distance from where I started. It was good, though, because I was bored anyway. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Sun, 04 Nov 2001 07:42:28 +0000
parents 95b4ec08abec
children c41030cfed76
comparison
equal deleted inserted replaced
2668:f1d44505d66a 2669:44773c4b0f16
122 static const struct { 122 static const struct {
123 unsigned short flag; 123 unsigned short flag;
124 unsigned char data[16]; 124 unsigned char data[16];
125 } aim_caps[] = { 125 } aim_caps[] = {
126 126
127 /*
128 * Chat is oddball.
129 */
130 {AIM_CAPS_CHAT,
131 {0x74, 0x8f, 0x24, 0x20, 0x62, 0x87, 0x11, 0xd1,
132 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
133
134 /*
135 * These are mostly in order.
136 */
137 {AIM_CAPS_VOICE,
138 {0x09, 0x46, 0x13, 0x41, 0x4c, 0x7f, 0x11, 0xd1,
139 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
140
141 {AIM_CAPS_SENDFILE,
142 {0x09, 0x46, 0x13, 0x43, 0x4c, 0x7f, 0x11, 0xd1,
143 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
144
145 /*
146 * Advertised by the EveryBuddy client.
147 */
148 {AIM_CAPS_EVERYBUDDY,
149 {0x09, 0x46, 0x13, 0x44, 0x4c, 0x7f, 0x11, 0xd1,
150 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
151
152 {AIM_CAPS_IMIMAGE,
153 {0x09, 0x46, 0x13, 0x45, 0x4c, 0x7f, 0x11, 0xd1,
154 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
155
127 {AIM_CAPS_BUDDYICON, 156 {AIM_CAPS_BUDDYICON,
128 {0x09, 0x46, 0x13, 0x46, 0x4c, 0x7f, 0x11, 0xd1, 157 {0x09, 0x46, 0x13, 0x46, 0x4c, 0x7f, 0x11, 0xd1,
129 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 158 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
130 159
131 {AIM_CAPS_VOICE, 160 {AIM_CAPS_SAVESTOCKS,
132 {0x09, 0x46, 0x13, 0x41, 0x4c, 0x7f, 0x11, 0xd1, 161 {0x09, 0x46, 0x13, 0x47, 0x4c, 0x7f, 0x11, 0xd1,
133 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
134
135 {AIM_CAPS_IMIMAGE,
136 {0x09, 0x46, 0x13, 0x45, 0x4c, 0x7f, 0x11, 0xd1,
137 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
138
139 {AIM_CAPS_CHAT,
140 {0x74, 0x8f, 0x24, 0x20, 0x62, 0x87, 0x11, 0xd1,
141 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 162 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
142 163
143 {AIM_CAPS_GETFILE, 164 {AIM_CAPS_GETFILE,
144 {0x09, 0x46, 0x13, 0x48, 0x4c, 0x7f, 0x11, 0xd1, 165 {0x09, 0x46, 0x13, 0x48, 0x4c, 0x7f, 0x11, 0xd1,
145 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
146
147 {AIM_CAPS_SENDFILE,
148 {0x09, 0x46, 0x13, 0x43, 0x4c, 0x7f, 0x11, 0xd1,
149 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
150
151 {AIM_CAPS_SAVESTOCKS,
152 {0x09, 0x46, 0x13, 0x47, 0x4c, 0x7f, 0x11, 0xd1,
153 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 166 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
154 167
155 /* 168 /*
156 * Indeed, there are two of these. The former appears to be correct, 169 * Indeed, there are two of these. The former appears to be correct,
157 * but in some versions of winaim, the second one is set. Either they 170 * but in some versions of winaim, the second one is set. Either they