We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2defa26 commit 0bb4f47Copy full SHA for 0bb4f47
synapse/README.rst
@@ -0,0 +1,14 @@
1
+==============================================
2
+Matrix Synapse module which implements MSC3886
3
4
+
5
+Usage::
6
7
+ pip install matrix-http-rendezvous-synapse
8
9
+In your homeserver.yaml::
10
11
+ modules:
12
+ - module: matrix_http_rendezvous_synapse.SynapseRendezvousModule
13
+ config:
14
+ prefix: /rendezvous
0 commit comments