comparison libpurple/protocols/oscar/oscar_data.c @ 30824:5661f30d1b8e

Got rid of receiving multipart messages over channel 1, which simplified the code immensely. No client sends them these days, so this is safe. In addition to that, I moved decoding logic from oscar.c to family_icbm.c. Also, removed family_odir stuff which I forgot to remove earlier and which resulted in liboscar failing to load. :(
author ivan.komarov@soc.pidgin.im
date Wed, 28 Jul 2010 23:11:14 +0000
parents 420907755a2f
children 91d3b40a2f70
comparison
equal deleted inserted replaced
30823:553cd883a29a 30824:5661f30d1b8e
58 aim__registermodule(od, bos_modfirst); 58 aim__registermodule(od, bos_modfirst);
59 aim__registermodule(od, search_modfirst); 59 aim__registermodule(od, search_modfirst);
60 aim__registermodule(od, stats_modfirst); 60 aim__registermodule(od, stats_modfirst);
61 aim__registermodule(od, chatnav_modfirst); 61 aim__registermodule(od, chatnav_modfirst);
62 aim__registermodule(od, chat_modfirst); 62 aim__registermodule(od, chat_modfirst);
63 aim__registermodule(od, odir_modfirst);
64 aim__registermodule(od, bart_modfirst); 63 aim__registermodule(od, bart_modfirst);
65 /* missing 0x11 - 0x12 */ 64 /* missing 0x11 - 0x12 */
66 aim__registermodule(od, ssi_modfirst); 65 aim__registermodule(od, ssi_modfirst);
67 /* missing 0x14 */ 66 /* missing 0x14 */
68 aim__registermodule(od, icq_modfirst); 67 aim__registermodule(od, icq_modfirst);