Bugzilla – Attachment 225491 Details for
Bug 405632
pidgin in 11.0 does not connect to icq
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
fix
pidgin-2.4.2-icq6.patch (text/plain), 1.19 KB, created by
Timo Hoenig
on 2008-07-02 08:12:56 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Timo Hoenig
Created:
2008-07-02 08:12:56 UTC
Size:
1.19 KB
patch
obsolete
> >An earlier patch was based on a random change by a random person in an IRC >channel. It may not be correct and probably is not advisable to use it. > >This patch makes libpurple mimic the exact version numbers sent by the >official ICQ6 client, but is not thoroughly tested. > ># ># old_revision [dba36543cdde6db127857b0edfdc3ad1969bbd39] ># ># patch "libpurple/protocols/oscar/oscar.h" ># from [a40e3332eade975c73e344e17bd06d4b99cae751] ># to [ab1fe743aec4287710fdb56eb412ee30f43ff318] ># >============================================================ >--- libpurple/protocols/oscar/oscar.h a40e3332eade975c73e344e17bd06d4b99cae751 >+++ libpurple/protocols/oscar/oscar.h ab1fe743aec4287710fdb56eb412ee30f43ff318 >@@ -258,6 +258,15 @@ struct _ClientInfo > "us", "en", \ > } > >+#define CLIENTINFO_ICQ6_6_0_6059 { \ >+ "ICQ Client", \ >+ 0x010a, \ >+ 0x0006, 0x0000, \ >+ 0x0000, 0x17ab, \ >+ 0x00007535, \ >+ "us", "en", \ >+} >+ > #define CLIENTINFO_ICQBASIC_14_3_1068 { \ > "ICQBasic", \ > 0x010a, \ >@@ -302,9 +311,9 @@ struct _ClientInfo > #define CLIENTINFO_PURPLE_ICQ { \ > "Purple/" VERSION, \ > 0x010a, \ >- 0x0014, 0x0034, \ >- 0x0000, 0x0bb8, \ >- 0x0000043d, \ >+ 0x0006, 0x0000, \ >+ 0x0000, 0x17ab, \ >+ 0x00007535, \ > "us", "en", \ > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 405632
:
225490
| 225491