comparison libfaim/aim_login.c @ 1253:8342d3aab1f1

[gaim-migrate @ 1263] only need buddy.c (which should be mostly painless) and dialogs.c (which should kill me) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 23:59:46 +0000
parents 3e44de27622d
children 4c5c2fcb83cd
comparison
equal deleted inserted replaced
1252:46c09828e929 1253:8342d3aab1f1
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, 0x00);
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);