17

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.

pgSystemTester
  • 8,979
  • 2
  • 23
  • 49
caesay
  • 16,932
  • 15
  • 95
  • 160

3 Answers3

7

Here are some that I found:

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
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

http://forum.ag-software.de/

Welly Tambunan
  • 160
  • 2
  • 10
0

Coversant solution : SOAPBOX Server

Guy
  • 1,434
  • 1
  • 19
  • 33
K.Kirivarnan
  • 828
  • 9
  • 15