matrix-xmpp-bridge
matrix-xmpp-bridge copied to clipboard
Great documentation
We need a great documentation about installing, configuring and using.
Hi! Short comment to tell you that for the future I would be very interested by this bridge, and that it would be great to have more documentation on the actual features of this bridge :)
Among my questions:
- Does it only bridge MUCs?
- Or does it also bridge the XMPP contact list into multiple 1-1 Matrix conversations?
- Does it create new "fake" Matrix users on synapse for each person you try to speak to?
thanks a lot for your work on this project!
- It will bridge only MUCs.
- It will (in future) bridge 1-1 conversations with MUC users.
- Yes.
Also, for now last good and working commit is https://github.com/pztrn/matrix-xmpp-bridge/commit/4a24b0f913566932d36cdf167140f29505c72ddb, if you wanna try it. It will only bridge one MUC to one Matrix room, without 1-1s.
thanks for the swift answer! I might give it a try if I find time.
So if I summarize, I found on github 2 rather actively developed xmpp bridges, mxpp which focuses on 1-1 conversations through the XMPP roster, and your fork which focuses on the MUC and 1-1 conversations through the MUC.
Neat that both attempts appear complementary :).
To make sure I understand correctly what your bridge aims to achieve, I've drafted this figure. Did I get it right?

More or less, but:
- Bridge connects to matrix homeserver as bridge, not as matrix client.
- 1-1 conversations isn't done now.