diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 09:59:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 09:59:46 +0200 |
commit | 4cbd53b6271f3ee616fc383bd03471e370b5a872 (patch) | |
tree | 5a936d0161154304499ddb6e7e998f346ff7fd97 /.well-known/matrix/client | |
parent | f53edd99a02035e244de3833ecfe427bb897e514 (diff) | |
download | site-4cbd53b6271f3ee616fc383bd03471e370b5a872.tar.gz site-4cbd53b6271f3ee616fc383bd03471e370b5a872.zip |
ajout de trucs importants
Diffstat (limited to '.well-known/matrix/client')
-rw-r--r-- | .well-known/matrix/client | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 0000000..b509086 --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,15 @@ +{ + "m.homeserver": { + "base_url": "https://im.deuxfleurs.fr" + }, + "org.matrix.msc3575.proxy": { + "url": "https://im-syncv3.deuxfleurs.fr" + }, + "m.identity_server": { + "base_url": "https://vector.im" + }, + "im.vector.riot.jitsi": { + "preferredDomain": "jitsi.deuxfleurs.fr" + } +} + |