I’m looking to try self-hosting an XMPP server for my family to use as a secure communication platform. I realize that end2end encryption with XMPP doesn’t seem as strong as something like Matrix but my self-hosted Matrix server has been very unreliable.

I’m looking for recommendations and resources. I’v considered running Prosody and Openfire but both of them look like a pretty involved installation process with plenty of room to fuck up. Does anyone know of something similar to matrix-ansible-install for an XMPP server? Should I be looking at something besides Prosody or Openfire?

Please, no YouTube tutorials. I prefer written instructions.

  • stownOP
    link
    fedilink
    English
    37 months ago

    Nobody told me this, it was just lack of information on my part. Matrix makes a big deal about end2end encryption but Prosody and Openfire don’t seem to put that point out front.

    • poVoq
      link
      fedilink
      English
      47 months ago

      Why would they? They are not selling snakeoil 😏

      On a more serious note: e2ee is a client feature, so it makes little sense for server software to highlight it.

      • stownOP
        link
        fedilink
        English
        17 months ago

        Is there a client for Android that you would recommend which implements OMEMO?

        • kpw
          link
          fedilink
          37 months ago

          Conversations from F-Droid is pretty solid.

          • @hayalci@fstab.sh
            link
            fedilink
            English
            27 months ago

            You can use Snikket with other servers too, there is no restriction or special sauce. It’s mostly a fork of Conversations.

    • kpw
      link
      fedilink
      17 months ago

      Prosody and Openfire are servers while end-to-end encryption happens on the client side (that’s why it’s called end-to-end). It would be kind of strange if a server implementation talks about E2EE. The OMEMO protocol only needs server features which are widely implemented. Maybe there is an ancient XMPP server implementation out there that doesn’t support it, but you will be fine with Prosody, Snikket, ejabberd or anything else really.