#rendezvous #http #tower #service #server #msc3886

matrix-http-rendezvous

A Tower service which implements MSC3886

12 releases

0.1.12 Feb 21, 2023
0.1.10 Feb 2, 2023
0.1.9 Dec 28, 2022
0.1.8 Oct 14, 2022

#967 in HTTP server


Used in matrix-http-rendezvous-se…

Apache-2.0

34KB
658 lines

Rust HTTP Rendezvous Server

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

Dependencies

~11MB
~196K SLoC