open source instant messenger?

11.1k Views Asked by At

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

2

There are 2 best solutions below

5
On BEST ANSWER

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!

0
On

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