[JDEV] Re: Bug in AIM transport ?

Tomas Holenda Tomas.Holenda at openone.cz
Tue Jul 2 06:23:11 CDT 2002


>
>
>Thanks, should be fixed in the stable snapshot (2002-07-02).
>
>[---]
>    s = at_session_find_by_jid(ti, jp->from);
>
>    if(jpacket_subtype(jp) != JPACKET__GET ||
>      (s && ((!s->icq && jp->to->user) || (s->icq && s->icq_vcard_response))))
>    {
>[---]
>
>If anyone has a better solution please let me know.
>
>  
>
There are also these lines in at_iq_vcard function:


    s->icq_vcard_response = jp;

    aim_icq_getsimpleinfo(s->ass,
                          jp->to->user);





More information about the JDev mailing list