3

I am looking for an open source instant messenger based on .Net technologies (C# on Windows), and an open source project which has a small code base is appreciated, since I only need basic text message exchange function. Better authentication by a remote web services.

thanks in advance, George

George2
  • 44,761
  • 110
  • 317
  • 455
  • Maybe this may be of help http://stackoverflow.com/questions/1538913/open-source-instant-messenger http://stackoverflow.com/questions/2533578/any-open-source-instant-messenger Or maybe some of these links: http://www.dreamincode.net/forums/topic/33396-basic-clientserver-chat-application-in-c%23/#/ – Aim Kai Mar 01 '11 at 13:28

2 Answers2

4

The XMPP Standards Foundation links to several .NET SDK libraries for those who wish to build their own IM.

Here's one link:
http://www.ag-software.de/agsxmpp-sdk/

There's also a CodeProject link that shows how easily you can be up and running using agsXMPP:
http://www.codeproject.com/KB/IP/JabberClient.aspx


Hopefully you find these to be good reading!

code4life
  • 15,655
  • 7
  • 50
  • 82
0

Here is C#, SIP instant messenger: https://sourceforge.net/projects/officesip/

vf.
  • 103
  • 2
  • 6