posts
This commit is contained in:
parent
23e3d81a04
commit
0864ebddbc
2 changed files with 26 additions and 0 deletions
17
content/blog/im-bridges/im-bridges.md
Normal file
17
content/blog/im-bridges/im-bridges.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---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.
|
|
@ -114,3 +114,12 @@ Hopefully, this post inspires at least one reader to
|
|||
try out theming Linux, and even sharing creations.
|
||||
This one might make some Linux theming chats bridged
|
||||
to mutiple instant messengers soon.
|
||||
|
||||
---
|
||||
|
||||
Update: The chats were made!
|
||||
|
||||
xmpp:linux-theming@conference.everypizza.im?join
|
||||
https://matrix.to/#/#linux-theming:everypizza.im
|
||||
https://discord.gg/5xGvBdUS (will expire 7 days
|
||||
after this post)
|
||||
|
|
Loading…
Add table
Reference in a new issue