Package: kopete Version: 4:3.5.4-1 Tags: patch, sid Followup-For: Bug #380740
Hi, there is a bug report at http://bugs.kde.org/show_bug.cgi?id=131598 which points to information at http://www.kde-forum.org/artikel/15097/Kopete-ICQ-protocol-changed-again-solved.html and a patch linked from that forum at http://bugs.kde.org/attachment.cgi?id=17185&action=view after which apparently it is only the "const WORD ICQ_BUILD" in line 240 of "kopete/protocols/oscar/liboscar/oscartypes.h" that has to be changed into "= 0x0BB8;", because after applying the patch here with apt-get source etc. my kopete client does again connect to ICQ. I have attached the patch from above source, thanks to whoever was the author, I could not have done it by myself because I am neither a developer nor a package maintainer. ;) Regards, Sebastian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages kopete depends on: ii kdelibs4c2a 4:3.5.4-2 core libraries and binaries for al ii libacl1 2.2.41-1 Access control list shared library ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libattr1 2.4.32-1 Extended attribute shared library ii libaudio2 1.8-1 The Network Audio System (NAS). (s ii libc6 2.3.6-16 GNU C Library: Shared libraries ii libfam0 2.7.0-10 Client library to control the FAM ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgadu3 1:1.6+20060616-1 Gadu-Gadu protocol library - runti ii libgcc1 1:4.1.1-10 GCC support library ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii libidn11 0.6.5-1 GNU libidn library, implementation ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libmeanwhile1 1.0.2-2 open implementation of the Lotus S ii libpcre3 6.4-2 Perl 5 Compatible Regular Expressi ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libqt3-mt 3:3.3.6-3 Qt GUI Library (Threaded runtime v ii libsm6 1:1.0.0-4 X11 Session Management library ii libstdc++6 4.1.1-10 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.0-7 X11 client-side library ii libxcursor1 1.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxft2 2.1.8.2-8 FreeType-based font drawing librar ii libxi6 1:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library ii libxml2 2.6.26.dfsg-3 GNOME XML library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra ii libxslt1.1 1.1.17-2 XSLT processing library - runtime ii libxss1 1:1.0.1-4 X11 Screen Saver extension library ii libxt6 1:1.0.0-5 X11 toolkit intrinsics library ii zlib1g 1:1.2.3-13 compression library - runtime Versions of packages kopete recommends: ii qca-tls 1.0-3 TLS plugin for the Qt Cryptographi -- no debconf information
Index: kopete/protocols/oscar/liboscar/oscartypes.h =================================================================== --- kopete/protocols/oscar/liboscar/oscartypes.h (revision 568242) +++ kopete/protocols/oscar/liboscar/oscartypes.h (working copy) @@ -239,7 +239,7 @@ const WORD ICQ_MAJOR = 0x0014; const WORD ICQ_MINOR = 0x0034; const WORD ICQ_POINT = 0x0000; - const WORD ICQ_BUILD = 0x0A0F; + const WORD ICQ_BUILD = 0x0BB8; const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d }; const char ICQ_COUNTRY[] = "us"; const char ICQ_LANG[] = "en";