17 lines
667 B
Markdown
17 lines
667 B
Markdown
---js
|
|
const title = "Instant messaging bridges";
|
|
const date = "2025-03-27";
|
|
const draft = false;
|
|
const tags = ["instant messaging", "short"];
|
|
---
|
|
|
|
Bridges in instant messaging are great! There's software
|
|
like [Parsee](https://git.kappach.at/lda/Parsee) that
|
|
lets Matrix and XMPP users chat,
|
|
[mautrix-discord](https://github.com/mautrix/discord/)
|
|
that lets Matrix and Discord users chat,
|
|
[Matterbridge](https://github.com/42wim/matterbridge)
|
|
that allows users from basically any protocol chat
|
|
with users from basically any protocol, and a whole lot
|
|
more. It's probably the only way to use privacy-respecting
|
|
protocols while still being able to have a large community.
|