Hello everyone! Are there any benefits of hosting your own XMPP server, considering I always use end-to-end encryption in all of my chats?

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Benefits: your data will be yours, no matter what apps or companies shut down. You can create as many accounts as you wish and do whatever you want among them. Bridges exist that allow you to use different chat apps all through your own XMPP server. XMPP clients are often open source and have many features.

    Downsides: barely anyone uses XMPP anymore. Setting up and maintaining a server requires some work, especially with STUN/TURN. You’re responsible to prevent downtime, there’s no million or billion dollar company keeping the servers going. You need to figure out backups (both client side and server side). Playing XEP bingo to find a client that supports what you want can be a pain.

    If you’re interested in bridging other chats, I’d recommend looking at Matrix instead; it’s receiving more community attention so there are more up to date bridges.

    If all of your chats are end to end encrypted and you trust the server of your choice to stay online for the coming years, there shouldn’t be any downside to sticking with someone else’s server. If you have unencrypted chats (with bots you run, for example), running your own server would be more secure.

    • pinkolik@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Thank you! But I’m not sure about moving to Matrix, since all of my contacts use XMPP. Also I believe I can communicate with Matrix users via bridge, if I’m correct?

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      XMPP has Slidge now, which is arguably the better bridging system than anything Matrix currently has.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        If I read the PyPi page correctly, slidge doesn’t seem to do group chats. The website itself calls it experimental.

        I’m sure it’s technically superior, but without something as basic as group chat I wouldn’t even consider it comparable.

          • Skull giver@popplesburger.hilciferous.nl
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            I see, I suppose the documentation is out of date, then. Support is looking about as feature complete as the Matrix bridges, that’s nice to know! I’m a bit confused to some of the documentation linking to XEP-0045 and some others linking to XEP-0313, but I suppose that’s part of the outdated docs then.