Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 980 Bytes

File metadata and controls

26 lines (16 loc) · 980 Bytes

Rust HTTP Rendezvous Server

This repository is archived

This repository implemented MSC3886 which has been closed and superseded by MSC4108. As such, this repository is now archived.


An implementation of MSC3886: Simple rendezvous capability that can be used standalone or packaged as a Synapse module.

Functionality constraints:

  • the in progress rendezvous do not need to be persisted between server restarts
  • the server does not need to work in a clustered/sharded deployment
  • no authentication is needed for use of the server

Installation

For instructions on usage as a Synapse module, see matrix-http-rendezvous-synapse on PyPI.

Contributing

Releasing

./scripts/release.sh patch