From 58882ede2df758020a01e8bf8e7d1aad63538997 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Wed, 19 Apr 2023 06:06:23 -0400 Subject: [PATCH] Update link to current spec Signed-off-by: Marc Laporte --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b9cd1..88f4135 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Chatterbox lets you securely embed [Hydrogen](https://github.com/vector-im/hydro To use Chatterbox you will need: -- A homeserver which supports [Token-authenticated registration](https://spec.matrix.org/v1.3/client-server-api/#token-authenticated-registration). Currently the only known implementation is [Synapse](https://github.com/matrix-org/synapse) (which is available as a service from [element.io](https://element.io)). +- A homeserver which supports [Token-authenticated registration](https://spec.matrix.org/v1.6/client-server-api/#token-authenticated-registration). Currently the only known implementation is [Synapse](https://github.com/matrix-org/synapse) (which is available as a service from [element.io](https://element.io)). - An account on that homeserver which can create registration tokens. Synapse requires the account to be an admin. ### Develop Instructions