From 3106fa8eaf70be4fbcea2e915bc59229ef505c7e Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Tue, 15 Feb 2022 11:06:28 +0000 Subject: [PATCH] Adiciona well-known matrix client --- static/.well-known/matrix/client | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 static/.well-known/matrix/client diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..dac7bb8 --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,30 @@ +{ + "im.vector.riot.e2ee": { + "default": true + }, + "im.vector.riot.jitsi": { + "preferredDomain": "jitsi.ansol.org" + }, + "io.element.e2ee": { + "default": true, + "secure_backup_required": false, + "secure_backup_setup_methods": [] + }, + "io.element.jitsi": { + "preferredDomain": "jitsi.ansol.org" + }, + "m.homeserver": { + "base_url": "https://matrix.ansol.org" + }, + "m.identity_server": { + "base_url": "https://matrix.ansol.org" + }, + "m.integrations": { + "managers": [ + { + "api_url": "https://dimension.ansol.org/api/v1/scalar", + "ui_url": "https://dimension.ansol.org/element" + } + ] + } +}