[Pidgin] #6235: regression: libpurple doesn't publish ICQ available messages and buddy icons since 2.4.3
Pidgin
trac at pidgin.im
Sun Oct 19 08:58:16 EDT 2008
#6235: regression: libpurple doesn't publish ICQ available messages and buddy
icons since 2.4.3
------------------------+---------------------------------------------------
Reporter: Commifreak | Owner: MarkDoliner
Type: defect | Status: new
Milestone: | Component: ICQ
Version: 2.5.0 | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment(by h3llfire):
so I fixed the bug. The Problem is that logging in with ICQ 6 as Client ID
doesn't work, but logging in with ICQ Basic Build 0x0c18 is working.
With my fix libpurble publish ICQ available messages and buddy icons:
Add to Oscar.h:287:
{{{
#define CLIENTINFO_ICQBASIC { \
"ICQBasic", \
0x010a, \
0x0014, 0x0034, \
0x0000, 0x0c18, \
0x0000043d, \
"us", "en", \
}
}}}
and change oscar.c:1820 to:
{{{
ClientInfo icqinfo = CLIENTINFO_ICQBASIC;
}}}
I don't know how to write a patch, but maybe sombody else can do it.
--
Ticket URL: <http://developer.pidgin.im/ticket/6235#comment:17>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list