How to make Yahoo Messenger?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everybody!
I'm a student. I want to make a Messenger like Yahoo Messenger. And it can
communicate with Yahoo Messenger. I am finding documents about that but I
didn't have. So You can show me somewhere I can find documents and How to
make that ?
Thanks in advance
 
Hi,
Yes you can create anything using .Net. First if you are going to create
messenger like yahoo messenger then you have to understand the protocol yahoo
messenger is using. I dont know latest but as far as i know yahoo is using
yahoo protocol ver 9. You can have it from
http://libyahoo2.sourceforge.net/ymsg-9.txt
http://www.programmersheaven.com/search/LinkDetail.asp?Typ=2&ID=2209
http://www.answers.com/topic/yahoo-messenger-protocol

Then by using System.Net namespace you can implement this protocol.
 
Back
Top