I've seen quite a few examples of XMPP clients in .Net, and I've seen quite a few servers in various languages, but I'm looking for a .Net version (opensource if possible) of a XMPP server. It doesn't particularly have to be stable, or full of features, I just want something that works a little. Reliability is not really an issue.
Asked
Active
Viewed 2.3k times
3 Answers
7
Here are some that I found:
- http://code.google.com/p/goodwarejabber/downloads/list (a bit old...)
EDIT: Note the comment below by the author of jabber-net, noting that jabber-net is not for writing servers:
As an alternative, take a look at this SO question:
or at these libraries:
that would allow you to create your own (if that is an option for you).

Community
- 1
- 1

icyrock.com
- 27,952
- 4
- 66
- 85
-
(speaking as author of Jabber-Net) As the license on Jabber-Net says, please don't use it to write servers. Writing server components is just fine, which may be what you actually want. – Joe Hildebrand Dec 06 '10 at 09:34
-
@Joe Thanks, edited to note the licensing terms! – icyrock.com Dec 07 '10 at 00:02
1
You can download and take a look at trial version of MatriX library. It contains a sample on how to implement your own server.
http://www.ag-software.de/matrix-xmpp-sdk/download/
Download the MatriX for .NET version.
You could ask the support forum for help actually

Welly Tambunan
- 160
- 2
- 10