comparison src/protocols/oscar/auth.c @ 3068:1b64206cfbdc

[gaim-migrate @ 3082] Added SSI to ICQ again. Not positive if it works, though. Let me know if it doesn't. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 17 Mar 2002 04:24:52 +0000
parents 9467e4ee81be
children 7ed9fa994055
comparison
equal deleted inserted replaced
3067:b695cbbeee2d 3068:1b64206cfbdc
302 302
303 /* 303 /*
304 * If set, old-fashioned buddy lists will not work. You will need 304 * If set, old-fashioned buddy lists will not work. You will need
305 * to use SSI. 305 * to use SSI.
306 */ 306 */
307 if (0) 307
308 aim_addtlvtochain8(&tl, 0x004a, 0x01); 308 aim_addtlvtochain8(&tl, 0x004a, 0x01);
309 309
310 aim_writetlvchain(&fr->data, &tl); 310 aim_writetlvchain(&fr->data, &tl);
311 311
312 aim_freetlvchain(&tl); 312 aim_freetlvchain(&tl);
313 313