Ok, I think I had to send that message to find what I was looking for :)
On Wed, 16 May 2007 21:24:24 +0200 Milan Holzäpfel <[EMAIL PROTECTED]> wrote: > [2007-05-16 19:07:06] INVALID: got 'text/x-aolrtf; charset="us-ascii"' as > on-since > [2007-05-16 19:07:06] INVALID: got '<html><body>User is currently > away.</body></html>' as idle time "on-since" is actually item 0x0003 and "idle time" is item 0x0004 in a TLV. This TLV is processed in a callback for a SNAC(2,05) request. The reply to this request probably is a SNAC(2,06). According to <URL:http://www.micq.org/ICQ-OSCAR-Protocol-v7-v8-v9/Packets/Fam2/Com6.html> and <URL:http://iserverd1.khstu.ru/oscar/snac_02_06.html>, 0x0003 and 0x0004 should be away message encoding and away message in certain cases, which is what PyICQt receives. So this fixable bug. The only thing missing is knowing for which queries TLV 0x0003 and 0x0004 contain the away message. Regards, Milan --
pgpqlXjUu3sWl.pgp
Description: PGP signature
_______________________________________________ py-transports mailing list [email protected] http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
