Opensource .Net Jabber/XMPP server? [closed]

2019-03-14 21:00发布

问题:

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.

回答1:

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:

  • http://code.google.com/p/jabber-net/wiki/FAQ_License

As an alternative, take a look at this SO question:

  • Jabber-net integration

or at these libraries:

  • http://code.google.com/p/jabber-net/

that would allow you to create your own (if that is an option for you).



回答2:

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/



回答3:

Coversant solution : SOAPBOX Server



标签: c# .net xmpp