Does anyone have experience with a modern XMPP server? I found a list of server software at http://xmpp.org/xmpp-software/servers/, however I'd like to hear some experiences before selecting one.
Ask HN: XMPP/Jabber self hosting
1–10 of 48 posts
I'd like to host my own XMPP server for OTR communications. I've previously used OTR on top of Google Chat/Hangouts, but I would like to try managing the server myself.
Re: Ask HN: XMPP/Jabber self hosting
#2I run ejabberd on my personal domain. It was easy to set up and has run without really needing any active management for a few years now.
Re: Ask HN: XMPP/Jabber self hosting
#3prosody has worked well for me, and is relatively easy to set up and configure.
Re: Ask HN: XMPP/Jabber self hosting
#4prosody has worked well for me, and is relatively easy to set up and configure.
same here
Re: Ask HN: XMPP/Jabber self hosting
#5I've been using Prosody for ~2 years on a couple servers and I can't recommend it highly enough: it's extremely simple, lightweight, and easy to configure. Its author is even on HN. https://prosody.im/
I don't recommend ejabberd, unless perhaps you need to cluster. It consumes a lot of memory, which is undesirable on a VPS, and once I managed to get an ejabberd server into such a weird state that it required dropping to its REPL and writing Erlang to fix it (fortunately I have a friend who knows Erlang)!
Re: Ask HN: XMPP/Jabber self hosting
#6OpenFire is pretty stable, but not completely stable. It has never not recovered from a restart though.
Re: Ask HN: XMPP/Jabber self hosting
#7I run MongooseIM, an ejabberd fork.
It works fine. It needed a reboot once, after that been running continuously.
Re: Ask HN: XMPP/Jabber self hosting
#8http://www.igniterealtime.org/projects/openfire/index.jsp
used it on an old project. written in JAVA, not my favorite, but super easy to use and highly extensible.
Re: Ask HN: XMPP/Jabber self hosting
#9I run ejabberd on my personal domain. It was easy to set up and has run without really needing any active management for a few years now.
I second this. ejabberd is good for your health. This message should not be construed as a replacement for professional medical advice.
Re: Ask HN: XMPP/Jabber self hosting
#10I just actually hooked up XMPP using converse.js + prosody - it wasnt fun but it works