comparison src/protocols/oscar/chatnav.c @ 4071:2532f1192da3

[gaim-migrate @ 4283] So I made all them versions be the likes of winaim 5.1.3036. This includes changing the ssi family/module version from 1 to 3. This caused the SNAC flag 0x8000 to pop up in a few places, so I made a change to rxhandlers.c that should take care of this. This should allow you to add @mac.com buddies to your buddy list, as well as get rid of the PleaseUpgrade000 buddies. It should also reduce your risk of cancer by 5-10%. Hopefully this won't break anything. Everything seems to be ok to me. Baaaaah. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 13 Dec 2002 22:34:14 +0000
parents 07283934dedd
children 6d3d8f11e765
comparison
equal deleted inserted replaced
4070:6efe00ee7de8 4071:2532f1192da3
421 421
422 faim_internal int chatnav_modfirst(aim_session_t *sess, aim_module_t *mod) 422 faim_internal int chatnav_modfirst(aim_session_t *sess, aim_module_t *mod)
423 { 423 {
424 424
425 mod->family = 0x000d; 425 mod->family = 0x000d;
426 mod->version = 0x0003; 426 mod->version = 0x0001;
427 mod->toolid = 0x0010; 427 mod->toolid = 0x0010;
428 mod->toolversion = 0x047c; 428 mod->toolversion = 0x0629;
429 mod->flags = 0; 429 mod->flags = 0;
430 strncpy(mod->name, "chatnav", sizeof(mod->name)); 430 strncpy(mod->name, "chatnav", sizeof(mod->name));
431 mod->snachandler = snachandler; 431 mod->snachandler = snachandler;
432 432
433 return 0; 433 return 0;