Date: Thu, 10 Jul 2008 12:59:09 +0700 From: "mitrohin a.s." <swp@swp.pp.ru> To: edwin@freebsd.org Subject: [patch] net-im/sim-im-devel Message-ID: <20080710055907.GA64243@swp.pp.ru> Resent-Message-ID: <20080710072119.8428999B@k7.mavetju>
next in thread | raw e-mail | index | archive | help
--HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline recent icq protocol changes broke sim. this patch based on pidgin fix. /swp --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-aa --- plugins/icq/icqlogin.cpp.orig 2008-04-28 19:06:15.000000000 +0700 +++ plugins/icq/icqlogin.cpp 2008-07-10 12:50:25.000000000 +0700 @@ -203,7 +203,7 @@ socket()->writeBuffer().tlv(0x0001, uin); socket()->writeBuffer().tlv(0x0002, pswd.data(), pswd.size()); socket()->writeBuffer().tlv(0x0003, "ICQBasic"); // ID String, currently ICQ 5.1 (21.08.2006) - socket()->writeBuffer().tlv(0x0016, 0x010A); // ID Number + socket()->writeBuffer().tlv(0x0016, 0x010B); // ID Number socket()->writeBuffer().tlv(0x0017, 0x0014); // major socket()->writeBuffer().tlv(0x0018, 0x0034); // minor socket()->writeBuffer().tlv(0x0019, 0x0000); // lesser --HlL+5n6rz5pIUxbD--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080710055907.GA64243>