Actually I asked myself the question of writing a program for instant messaging using ICQ, XMPP protocols in C #. Is there a blank, or ready-made, open-source C # IM and what technologies do you need to know to write this?
1 answer
- agsXMPP SDK
- Jabber Client on agsXMPP SDK
- jabber-net
- Here ( code.google.com/p/jabber-net/source/checkout ) found an open source jabber client on .net thanks to your links. Thank! - cuthalir
|