comparison libpurple/protocols/oscar/oscar.h @ 30815:47dfe1d54e9e

Fixed (I hope) #12284. incomingim_ch2_icqserverrelay() was doing something it wasn't supposed to. I suppose the packet format was reverse-engineered wrongly eons ago. The correct packet format can be found at http://iserverd.khstu.ru/oscar/message.html (and also in every open-source OSCAR client I could get my hands on). The funny thing is that before #12284 showed up everything worked right due to another bug. I'm too lazy to type out all the details, so I'll just include a reference to my conversation with Mark Doliner: http://www.pidgin.im/nopaste/102
author ivan.komarov@soc.pidgin.im
date Sat, 24 Jul 2010 18:14:29 +0000
parents a347a4cd1caf
children 9d386bf63eab
comparison
equal deleted inserted replaced
30814:a347a4cd1caf 30815:47dfe1d54e9e
995 } icon; 995 } icon;
996 struct { 996 struct {
997 struct aim_chat_roominfo roominfo; 997 struct aim_chat_roominfo roominfo;
998 } chat; 998 } chat;
999 struct { 999 struct {
1000 guint16 msgtype; 1000 guint8 msgtype;
1001 guint32 fgcolor; 1001 const char *msg;
1002 guint32 bgcolor;
1003 const char *rtfmsg;
1004 } rtfmsg; 1002 } rtfmsg;
1005 struct { 1003 struct {
1006 guint16 subtype; 1004 guint16 subtype;
1007 guint16 totfiles; 1005 guint16 totfiles;
1008 guint32 totsize; 1006 guint32 totsize;