diff -r 3e505beb0272 -r d13e1fde68d8 src/protocols/oscar/conn.c --- a/src/protocols/oscar/conn.c Tue Nov 12 03:40:19 2002 +0000 +++ b/src/protocols/oscar/conn.c Wed Nov 13 07:01:37 2002 +0000 @@ -1,4 +1,3 @@ - /* * conn.c * @@ -920,10 +919,11 @@ aim__registermodule(sess, translate_modfirst); aim__registermodule(sess, chatnav_modfirst); aim__registermodule(sess, chat_modfirst); - /* missing 0x0f - 0x12 */ + aim__registermodule(sess, newsearch_modfirst); + /* missing 0x10 - 0x12 */ aim__registermodule(sess, ssi_modfirst); /* missing 0x14 */ - aim__registermodule(sess, icq_modfirst); + aim__registermodule(sess, icq_modfirst); /* XXX - Make sure this isn't sent for AIM */ /* missing 0x16 */ aim__registermodule(sess, auth_modfirst); aim__registermodule(sess, email_modfirst); @@ -1066,14 +1066,13 @@ aim_connrst(sess); /* in case we want to connect again */ return 0; - } /* * aim_flap_nop() * * No-op. WinAIM 4.x sends these _every minute_ to keep - * the connection alive. + * the connection alive. */ faim_export int aim_flap_nop(aim_session_t *sess, aim_conn_t *conn) { @@ -1086,5 +1085,3 @@ return 0; } - -