comparison src/protocols/oscar/buddylist.c @ 3213:7ed9fa994055

[gaim-migrate @ 3230] More stuff from Kingant committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 05 May 2002 19:07:05 +0000
parents c41030cfed76
children 07283934dedd
comparison
equal deleted inserted replaced
3212:56746b0868db 3213:7ed9fa994055
50 * other IM protocol.) 50 * other IM protocol.)
51 * 51 *
52 */ 52 */
53 if (aim_gettlv(tlvlist, 0x0002, 1)) 53 if (aim_gettlv(tlvlist, 0x0002, 1))
54 maxwatchers = aim_gettlv16(tlvlist, 0x0002, 1); 54 maxwatchers = aim_gettlv16(tlvlist, 0x0002, 1);
55
56 /*
57 * TLV type 0x0003: Unknown.
58 *
59 * ICQ only?
60 */
55 61
56 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype))) 62 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
57 ret = userfunc(sess, rx, maxbuddies, maxwatchers); 63 ret = userfunc(sess, rx, maxbuddies, maxwatchers);
58 64
59 aim_freetlvchain(&tlvlist); 65 aim_freetlvchain(&tlvlist);