Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Matrix to XMPP migration

Matrix to XMPP migration

Scheduled Pinned Locked Moved Selfhosted
selfhosted
30 Posts 15 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • andres4ny@social.ridetrans.itA [email protected]

    @2xsaiko A big caveat is that I used them in very different time frames - prosody starting from 2021 to now, while ejabberd I used from 2006 to 2012 or so. At the time I used it, ejabberd's config was done in erlang(!); they apparently they've since switched to yaml configs. It was generally fine, but when I switched back to XMPP in 2021, I figured I'd go with a server in a less niche language and better support (the jmp.chat folks mostly use & recommend snikket/prosody).

    andres4ny@social.ridetrans.itA This user is from outside of this forum
    andres4ny@social.ridetrans.itA This user is from outside of this forum
    [email protected]
    wrote last edited by
    #18

    @2xsaiko XMPP is nice and lightweight, so I think either would work fine. I just find prosody has more community momentum.

    It was matrix that was a massive memory hog, required running bleeding-edge homeserver software, didn't do proper security support, etc, so that's where I have stronger feelings.

    2xsaiko@discuss.tchncs.de2 1 Reply Last reply
    0
    • F [email protected]

      Hi all,

      I run a private self-hosted Synapse server with bridges for:

      • Signal
      • WhatsApp
      • Doscord
      • IRC
      • Google Voice
      • Custom APIs

      I am thinking of switching to XMPP. Can anyone recommend a good Docker-based server and transport combo that I could test out?

      ikidd@lemmy.worldI This user is from outside of this forum
      ikidd@lemmy.worldI This user is from outside of this forum
      [email protected]
      wrote last edited by
      #19

      What's your docker compose for all of that? I would be interested in running that stack.

      M 1 Reply Last reply
      2
      • andres4ny@social.ridetrans.itA [email protected]

        @poVoq @fmstrat I ran ejabberd for years before switching to matrix (synapse). Matrix was a disaster, plus jmp.chat is a fantastic google voice / VOIP replacement, so I switched back to xmpp (with prosody). Out of those options, prosody is clearly the best for self-hosting.

        F This user is from outside of this forum
        F This user is from outside of this forum
        [email protected]
        wrote last edited by
        #20

        Is there a working Signal+Prosody setup?

        1 Reply Last reply
        0
        • povoq@slrpnk.netP [email protected]

          The Signal gateway has currently issues, due to Signald being broken.

          For WhatsApp and Discord there is Slidge.

          IRC works great with Biboumi.

          I am not aware of a Google voice bridge, but there are ways to bridge to the regular phone network and sms. The easiest is the https://jmp.chat/ service.

          F This user is from outside of this forum
          F This user is from outside of this forum
          [email protected]
          wrote last edited by
          #21

          How is signald broken? I'm using it with Matrix now just fine.

          povoq@slrpnk.netP 1 Reply Last reply
          0
          • F [email protected]

            How is signald broken? I'm using it with Matrix now just fine.

            povoq@slrpnk.netP This user is from outside of this forum
            povoq@slrpnk.netP This user is from outside of this forum
            [email protected]
            wrote last edited by
            #22

            I think you can't connect new devices or so and the development has stalled. But I don't use Signal personally, so not 100% sure. AFAIK the Matrix bridge is currently being rewritten with another backend.

            F 1 Reply Last reply
            0
            • F [email protected]

              Yes they are called "transports".

              As for when I tried to change the URL, I was moving all services from publicly resolvable DNS to .lan, and Matrix is an issue because you can't change that after the fact, even if you haven't federated.

              K This user is from outside of this forum
              K This user is from outside of this forum
              [email protected]
              wrote last edited by
              #23

              HI,
              Thanks for the info (and also thanks to PoVog).

              My experience with mqtt is limited. I once set up a ejabberd server to try it out. It works but -as I mainly interested in federated chat- it was not that interesting. There was a lot less traffic and the rooms that exist that had traffic had a big issue with moderation (i.e. spam content). The S/N ratio of the discussions was a lot less then on matrix or other platforms.

              I also notice it was missing some features that are do are present in matrix, like the ability to edit messages. From how I understand it, the modulator nature of XMPP is a nice idea but as there is a large diversity on clients and the features they support, it does seems to come down to only the lowest common domininator to really work well.

              As I have just set up a pi5 as my new selfhosting-server, I might give it a try again, and see how well the transports (like slidge as mention by PoVog) work.

              Concerning the URL issue, as explained, it kind-of looks like a normal side-effect of the principle of server authentication. Alsom your use-case (one server, one client) it not the normal goal why chat-servers are build. Even in a non-federated use, you have multiple clients connecting to it. Cchanging the server hostname will impact all clients, so is probably a very rare scenario.
              I did see you use synapse. I do not know if you dendrite or conduit have the same behaviour.

              1 Reply Last reply
              0
              • andres4ny@social.ridetrans.itA [email protected]

                @2xsaiko XMPP is nice and lightweight, so I think either would work fine. I just find prosody has more community momentum.

                It was matrix that was a massive memory hog, required running bleeding-edge homeserver software, didn't do proper security support, etc, so that's where I have stronger feelings.

                2xsaiko@discuss.tchncs.de2 This user is from outside of this forum
                2xsaiko@discuss.tchncs.de2 This user is from outside of this forum
                [email protected]
                wrote last edited by
                #24

                Thanks! I’ll take a closer look at both then and see which I like better.

                I am running a Matrix homeserver right now and yeah it’s definitely a mess.

                1 Reply Last reply
                0
                • ikidd@lemmy.worldI [email protected]

                  What's your docker compose for all of that? I would be interested in running that stack.

                  M This user is from outside of this forum
                  M This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #25

                  You should check out docker-compose-viz or dockge for visualizing/managing these complex setups - I've been using them for my audiobookshelf server (which I access with the soundleaf app) and it's been a lifesaver for managing all those interconnected containers.

                  ikidd@lemmy.worldI 1 Reply Last reply
                  0
                  • povoq@slrpnk.netP [email protected]

                    I think you can't connect new devices or so and the development has stalled. But I don't use Signal personally, so not 100% sure. AFAIK the Matrix bridge is currently being rewritten with another backend.

                    F This user is from outside of this forum
                    F This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #26

                    Ahh, just realized the Mautrix Signal bridge I use no longer requires SignalD

                    1 Reply Last reply
                    0
                    • 2xsaiko@discuss.tchncs.de2 [email protected]

                      Since you’ve used both, how do ejabberd and prosody compare to another? I was going to go with the former.

                      povoq@slrpnk.netP This user is from outside of this forum
                      povoq@slrpnk.netP This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #27

                      Ejabberd has more enterprise features and scales better for large public servers, Prosody has more interesting community modules and generally is ideal for smaller private servers (but has a very nice invite system).

                      1 Reply Last reply
                      0
                      • M [email protected]

                        You should check out docker-compose-viz or dockge for visualizing/managing these complex setups - I've been using them for my audiobookshelf server (which I access with the soundleaf app) and it's been a lifesaver for managing all those interconnected containers.

                        ikidd@lemmy.worldI This user is from outside of this forum
                        ikidd@lemmy.worldI This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #28

                        I use Lazydocker, I find it has more useful info and stats than Dockge, but I haven't tried the other.

                        1 Reply Last reply
                        0
                        • andres4ny@social.ridetrans.itA [email protected]

                          @poVoq @fmstrat I ran ejabberd for years before switching to matrix (synapse). Matrix was a disaster, plus jmp.chat is a fantastic google voice / VOIP replacement, so I switched back to xmpp (with prosody). Out of those options, prosody is clearly the best for self-hosting.

                          S This user is from outside of this forum
                          S This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #29

                          Is it worth swapping from snikket? Seemed to ve an easier way to get prosody

                          andres4ny@social.ridetrans.itA 1 Reply Last reply
                          0
                          • S [email protected]

                            Is it worth swapping from snikket? Seemed to ve an easier way to get prosody

                            andres4ny@social.ridetrans.itA This user is from outside of this forum
                            andres4ny@social.ridetrans.itA This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #30

                            @ssdfsdf3488sd My understanding it that they're both pretty much the same, so I wouldn't unless snikket has stopped being maintained or something?

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups