comparison src/protocols/oscar/chatnav.c @ 2931:10a2d4d5bcf2

[gaim-migrate @ 2944] heh. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 15 Jan 2002 04:07:08 +0000
parents 9467e4ee81be
children 07283934dedd
comparison
equal deleted inserted replaced
2930:adf08f4c9e9d 2931:10a2d4d5bcf2
34 aim_putsnac(&fr->data, 0x000d, 0x0008, 0x0000, snacid); 34 aim_putsnac(&fr->data, 0x000d, 0x0008, 0x0000, snacid);
35 35
36 /* exchange */ 36 /* exchange */
37 aimbs_put16(&fr->data, exchange); 37 aimbs_put16(&fr->data, exchange);
38 38
39 /* action cookie */ 39 /*
40 * This looks to be a big hack. You'll note that this entire
41 * SNAC is just a room info structure, but the hard room name,
42 * here, is set to "create".
43 *
44 * Either this goes on the "list of questions concerning
45 * why-the-hell-did-you-do-that", or this value is completly
46 * ignored. Without experimental evidence, but a good knowledge of
47 * AOL style, I'm going to guess that it is the latter, and that
48 * the value of the room name in create requests is ignored.
49 */
40 aimbs_put8(&fr->data, strlen(ck)); 50 aimbs_put8(&fr->data, strlen(ck));
41 aimbs_putraw(&fr->data, ck, strlen(ck)); 51 aimbs_putraw(&fr->data, ck, strlen(ck));
42 52
43 /* 53 /*
44 * instance 54 * instance