Mercurial > pidgin.yaz
comparison src/protocols/oscar/im.c @ 10991:1798ad0be460
[gaim-migrate @ 12829]
Rename aim_tlvlist_add_string to aim_tlvlist_add_str.
Yes, that's one of the functions I just added.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 09 Jun 2005 04:38:10 +0000 |
parents | 8d74ae785a46 |
children | 218cccfb8e48 |
comparison
equal
deleted
inserted
replaced
10990:8d74ae785a46 | 10991:1798ad0be460 |
---|---|
485 aimbs_putraw(&hdrbs, ck, sizeof(ck)); /* I think... */ | 485 aimbs_putraw(&hdrbs, ck, sizeof(ck)); /* I think... */ |
486 aim_putcap(&hdrbs, AIM_CAPS_CHAT); | 486 aim_putcap(&hdrbs, AIM_CAPS_CHAT); |
487 | 487 |
488 aim_tlvlist_add_16(&itl, 0x000a, 0x0001); | 488 aim_tlvlist_add_16(&itl, 0x000a, 0x0001); |
489 aim_tlvlist_add_noval(&itl, 0x000f); | 489 aim_tlvlist_add_noval(&itl, 0x000f); |
490 aim_tlvlist_add_string(&itl, 0x000c, msg); | 490 aim_tlvlist_add_str(&itl, 0x000c, msg); |
491 aim_tlvlist_add_chatroom(&itl, 0x2711, exchange, roomname, instance); | 491 aim_tlvlist_add_chatroom(&itl, 0x2711, exchange, roomname, instance); |
492 aim_tlvlist_write(&hdrbs, &itl); | 492 aim_tlvlist_write(&hdrbs, &itl); |
493 | 493 |
494 aim_tlvlist_add_raw(&otl, 0x0005, aim_bstream_curpos(&hdrbs), hdr); | 494 aim_tlvlist_add_raw(&otl, 0x0005, aim_bstream_curpos(&hdrbs), hdr); |
495 | 495 |