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

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
 
M

Michael Nemtsev

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
 
F

fAnSKyer/C# newbie

Thanks for this information. I already did this using dotmsn to
implement it

Thanks :p
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top