How to using C# socket programming to communicate IM like AIM, MSN ...

  • Thread starter Thread starter fAnSKyer/C# newbie
  • Start date Start date
F

fAnSKyer/C# newbie

Hi, I recently want to write a program in C# which can send Messages
via AIM or MSN, or ICQ ~~ I am wonder if it is possible? Or these IMs
provided any API's so that we can program?


Thanks a lot

Cheers
fAnS
 
Hello fAnSKyer/C# newbie,

ICQ uses "OSCAR protol" http://en.wikipedia.org/wiki/OSCAR_protocol and it's
implemented on C# in OscarLib: http://oscarlib.bountysource.com/


---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

f> Hi, I recently want to write a program in C# which can send Messages
f> via AIM or MSN, or ICQ ~~ I am wonder if it is possible? Or these IMs
f> provided any API's so that we can program?
f>
f> Thanks a lot
f>
f> Cheers
f> fAnS
 
Thanks for this information. I already did this using dotmsn to
implement it

Thanks :P
 
Back
Top