Mercurial > pidgin
comparison libfaim/aim_login.c @ 1249:3e44de27622d
[gaim-migrate @ 1259]
ok, fixed oscar.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 13 Dec 2000 06:39:24 +0000 |
parents | f50146ce818e |
children | 8342d3aab1f1 |
comparison
equal
deleted
inserted
replaced
1248:920c86b753d7 | 1249:3e44de27622d |
---|---|
197 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0019, (unsigned short)clientinfo->minor2); | 197 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0019, (unsigned short)clientinfo->minor2); |
198 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x001a, (unsigned short)clientinfo->build); | 198 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x001a, (unsigned short)clientinfo->build); |
199 | 199 |
200 curbyte += aim_puttlv_32(newpacket->data+curbyte, 0x0014, clientinfo->unknown); | 200 curbyte += aim_puttlv_32(newpacket->data+curbyte, 0x0014, clientinfo->unknown); |
201 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0009, 0x0015); | 201 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0009, 0x0015); |
202 curbyte += aim_puttlv_8(newpacket->data+curbyte, 0x004a, 0x01); | 202 //curbyte += aim_puttlv_8(newpacket->data+curbyte, 0x004a, 0x01); |
203 } else { | 203 } else { |
204 /* Use very specific version numbers, to further indicate the hack. */ | 204 /* Use very specific version numbers, to further indicate the hack. */ |
205 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0016, 0x010a); | 205 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0016, 0x010a); |
206 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0017, 0x0004); | 206 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0017, 0x0004); |
207 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0018, 0x003c); | 207 curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0018, 0x003c); |