Kiyat Yuni Saptoko wrote: > i want to create yahoo messenger client with tclient socket, how can i do > this? > how can i login to yahoo server and get message from there?
Begin by finding documentation for the Yahoo protocol. That's not a Delphi subject, so you're not likely to get help from this mailing list. This mailing list is for after you understand what data your program has to send back and forth, and you're having trouble figuring out how to make TClientSocket do that. Has Yahoo published the protocol? If not, then you'll probably need to look at the source code of other independent Yahoo Messenger clients. -- Rob

