Planed on trying to set up a #xmpp server today, but i am not sure what server is recomended, the main ones that stands out to me are #ejabberd and #prosody i can also use #openfire buy i don't know what the diffrences are, what dose the #fediverse recomend?
@Twelve
Prosody or Snikket. But I develop both so might be biased 🙃
Happy to answer any questions though.
@mattj
Are there any feture diffrence between servers?
@Twelve Both Prosody and ejabberd (and others such as Tigase, Openfire) are generally up to date with modern XMPP protocol requirements, so you don't have anything to worry about there.
People tend to prefer one or another due to things like: ease of setup, resource usage, scalability, possibilities for customization.
@Twelve Prosody has a focus on being lightweight and very flexible. It has a plugin-based architecture so is *extremely* customizable (we have an active community and over 350 community modules at https://modules.prosody.im/ !). One of the main complaints people have about Prosody is that some important functionality is still in community modules and not bundled with Prosody out of the box, but we're working on that. A good setup guide is: https://homebrewserver.club/configuring-a-modern-xmpp-server.html
@Twelve Snikket is another solution I develop which is actually based on Prosody. It is designed to be a great starting server with everything you need set up and working out of the box (e.g. it bundles the software you need for audio/video calls to work, and it handles certificates for you automatically). Unlike Prosody it is designed with very *little* flexibility, to keep things as simple as possible.
It also has some matching apps (well, currently an Android one... an iOS one is coming Very Soon™).
@mattj
Can you afd the audio/video calling to prosody? And dose it suport group calls?
I am also curius if i can integrsit any of them with jitsi.
While i sm at it, why not have some fun. Any idea how to make the derver a tor hidden service?
@Twelve docs to set up a TURN server for audio/video with Prosody: https://prosody.im/doc/coturn
Jitsi Meet's setup guide actually installs Prosody by default. However Jitsi has some specific configuration requirements (as in, it requires Prosody to be configured just how it likes), so you're best seeking Jitsi advice from the Jitsi docs.
@mattj
I will try out a bit, in this first round i am just doing it on a pi so no harm will be made