How do you create a Yahoo chat client?
I finally got my own chat application working across the internet. Which means I configured my router to allow port forwarding, opened the right ports on windows firewall, installed and configured IIS7, bought a domain so the IP address on my computer can be resolved and I can run a server program that connects people, and setup a program that updates DNS when my IP addres changes.
I feel like I have a good knoweldge base and I would like to take it to the next level by tapping into Yahoo Messenger. I don't really know where to start and any advice would be very much appreciated.
Roei BarPosted Sep 12, 2009, 3:37 PM
http://sourceforge.net/projects/jymsg9/files/jymsg9/v0.64%2C%20Alpha%20release/
you can have a look and try to extract the data to C#
another thing is The IM wrapper (http://www.imwrapper.com/) service which lets you get the status of a Yahoo IM user.
C# code to utilize that service is available here - http://www.akxl.net/labs/articles/asp.net-c-sharp-instant-messenger-status-determination/
good luck
Roei BarPosted Sep 12, 2009, 5:12 PM
i have been working for a while with both ;-)
good luck
Sean McHughPosted Sep 12, 2009, 4:06 PM