Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opensource .Net Jabber/XMPP server? [closed]

Tags:

c#

.net

xmpp

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.

like image 650
caesay Avatar asked Nov 17 '10 23:11

caesay


People also ask

Is XMPP server free?

XMPP (also known as Jabber) is an open and free alternative to commercial messaging and chat providers.

What is Jabber XMPP server?

Jabber/XMPP (Extensible Messaging and Presence Protocol formerly named Jabber) is an open-source, decentralized Instant Messaging protocol that DreamHost offers free of charge on Shared, VPS, and Dedicated Hosting plans. DreamPress does not offer free Jabber service.


1 Answers

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

like image 93
icyrock.com Avatar answered Oct 29 '22 15:10

icyrock.com