matrix-http-rendezvous

Crates.iomatrix-http-rendezvous
lib.rsmatrix-http-rendezvous
version0.1.12
sourcesrc
created_at2022-10-08 14:25:04.301942
updated_at2023-02-21 17:50:05.076021
descriptionA Tower service which implements MSC3886
homepage
repositoryhttps://github.com/matrix-org/rust-http-rendezvous-server/
max_upload_size
id683552
size46,800
Quentin Gliech (sandhose)

documentation

README

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
Commit count: 107

cargo fmt