TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

This Week in Conduit (Matrix Homeserver)

1 pointsby timokoestersalmost 5 years ago
Conduit is a new implementation of a Matrix homeserver: https:&#x2F;&#x2F;conduit.rs<p>Matrix is a secure, private, decentralized, open source messaging platform. Check out https:&#x2F;&#x2F;matrix.org and https:&#x2F;&#x2F;element.io<p>This week I worked a bit on federation! Last week we were able to query room directories over federation; This week I looked into what&#x27;s needed to join one of those rooms:<p>- Resolve room aliases over federation - Send make_join request when a user tries to join an unknown room - Use make_join response to create send_join request (insert origin, origin_server_ts and add hashes and signatures)<p>After implementing all those things, I could actually see Conduit&#x27;s join event on Synapse!<p>Of course a lot more work is needed to make this really work, like creating the room on the Conduit side and sending and receiving federation transactions, but this is a start.<p>Other news:<p>- Docker support (thanks to Weasy, Valkum and Paul) - Room upgrade support (almost done, thanks to Faelar)<p>Thanks to everyone who supports me on Liberapay or Bitcoin: https:&#x2F;&#x2F;liberapay.com&#x2F;timokoesters

no comments

no comments