Hello, I'm currently trying to make my gui start a chat session. The general code to send a chat request is
CICQDaemon::icqChatRequest(strtoul(licqID, (char**)NULL, 10), comment, ICQ_TCPxMSG_NORMAL, true); everything works fine so far, the chat partner gets an appropriate event. The problem is the answer it sends. No matter if he accepts or refuses the event it is returned with event->SubCommand() set to 1A (ICQ_CMDxSUB_ICBM), which cannot be handled. Shouldn't it send 02 (ICQ_CMDxSUB_CHAT)? ... I've tried to cope with this problem for 2h now, still motivated :) thanks in advance Joachim Staib ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel