--- a/src/protocols/oscar/family_chat.c Sun Feb 12 19:27:57 2006 +0000 +++ b/src/protocols/oscar/family_chat.c Sun Feb 12 21:27:04 2006 +0000 @@ -359,7 +359,7 @@ if (!sess || !conn || !msg || (msglen <= 0)) return 0; - if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 1152))) + if (!(fr = flap_frame_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 1152))) return -ENOMEM; snacid = aim_cachesnac(sess, 0x000e, 0x0005, 0x0000, NULL, 0);