-
nobody?.
2008-05-16 06:52:22 UTC by nobody
-
again... for a few mins i was able to login - not now anymore :(
has someone a fix?.
2008-02-23 17:55:19 UTC by nobody
-
open ICQClient.pas
and replace whole procedure: procedure TICQClient.HSnac0407(Flap: TFlapHdr; Snac: TSnacHdr; Pkt: PRawPkt);
with:
procedure TICQClient.HSnac0407(Flap: TFlapHdr; Snac: TSnacHdr; Pkt: PRawPkt);
var
ITime, IRandomID: LongWord;
ULen: Word;
c, i: Word;
TlvType:Word;
ft_pkt, ack_pkt: TRawPkt;
chunks: array[0..49] of Byte;
CharsetNumber, CharsetSubset...
2008-02-23 17:14:00 UTC by nobody
-
Hi,
i was using TIcqLib the last time with any problems,
but since a few days.
I didn't receive any Status change notification from the icq server.
In detail:
- i log in successfull
- i request the server contact list successfull
- then i add all my contacts(Snac03,04) to receive status change notifications
After adding all my contacts i receive for each contact Snac(03,01...
2007-12-04 14:59:59 UTC by datacool
-
hi
I don't understand Russian, please explain me what to do exactly. Another thing, reading the code on that site it don't math mo code. Please send me the entire ICQClient.pas or any updated link. My direct email: gamy.cabrera@hotmail.com or gmail.com
Thanks in advance.
2007-09-23 12:03:34 UTC by gamycabrera
-
Hi,
I found out how to receive and save a file with the CIQ-Filetransfer, but I just cannot figure out how to send files - everytime I use the SendFileDC this event sets the result to zero:
if not FDirect.SendData(UIN, @Pkt) then
Result := 0;
So, where is my mistake??
I would be very, very glad if you help me!!
Thanks,
Marc.
2007-06-15 20:01:07 UTC by forceu
-
Thanks for URL. My IcqClient is :-)
2007-02-12 17:16:55 UTC by lousek
-
This bug now fixed. You can see code changes by URL:
http://forum.sysman.ru/index.php?showtopic=3304&view=findpost&p=83293.
2007-01-30 17:57:27 UTC by terebizh
-
Hi folks!
Looks like ICQ Inc. changes protocol once again. My program can't receive messages. Event 'PktParse' is emitted, but that's all - after few seconds my beloved ICQ client shows me that message can't be delivered. :(.
2007-01-28 10:39:43 UTC by alek_si
-
You must juse SSL... function.
2006-12-18 10:49:59 UTC by lousek