turt2live / matrix-wishlist

Bridges, bots, and other tooling requested by community members
55 stars 2 forks source link

Matrix to Matrix bridge (multi-account) #15

Open turt2live opened 7 years ago

turt2live commented 7 years ago

Reference: https://github.com/matrix-org/synapse/issues/2328

This is a bit more complicated to implement as it requires lying to clients. The bridge (or gateway, or whatever) would have to expose a matrix-compatible client API that is used by clients to connect. This would then log in to the other configured accounts and aggregate the results.

The user would probably need to set a "primary account" that is used when joining new rooms, and client support may be needed if something goes wrong. Ie: "Pick an account" dialog.

turt2live commented 7 years ago

Matrix to Matrix (multi-account)

turt2live commented 7 years ago

Related: https://github.com/matrix-hacks/matrix-puppet-bridge/issues/25

Sorunome commented 7 years ago

Perhaps this could also be implemented only on the client side that the client allows you to log into several at once and displays them togeather like it was one?

homebeach commented 5 years ago

This will probably come with Matrix Purple Bridge.

MurzNN commented 3 years ago

As partly workaround can be used https://github.com/elokapina/middleman

MurzNN commented 2 years ago

Another workaround: https://github.com/MTRNord/auto-invite-matrix-bot

@turt2live Can you remove the (multi-account) part from the issue title, because this is not about multi-account, but about bridging a Matrix account to the main Matrix account (with keeping a Matrix client connected to only one main Matrix account), like any other types of bridge do (eg Telegram).

turt2live commented 2 years ago

This is still aimed at multi-account.