aboutsummaryrefslogtreecommitdiff
path: root/public/.well-known/matrix/client
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2026-08-05 22:37:36 -0400
committerAndrew Lee <andrew@alee14.me>2026-08-05 22:37:36 -0400
commit81c54cc7b0e503aace5ece8f347843d4a04c261a (patch)
treeb51a34ae1092551829ddd4697baae8fa1c693019 /public/.well-known/matrix/client
parent7130a85c37841cf50214aa55239953445157c301 (diff)
downloadpersonal-website-81c54cc7b0e503aace5ece8f347843d4a04c261a.tar.gz
personal-website-81c54cc7b0e503aace5ece8f347843d4a04c261a.tar.bz2
personal-website-81c54cc7b0e503aace5ece8f347843d4a04c261a.zip
Matrix supporttesting
Diffstat (limited to 'public/.well-known/matrix/client')
-rw-r--r--public/.well-known/matrix/client13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client
new file mode 100644
index 0000000..dcb9fd4
--- /dev/null
+++ b/public/.well-known/matrix/client
@@ -0,0 +1,13 @@
+{
+ "m.homeserver": {
+ "base_url": "https://matrix.alee14.me"
+
+ },
+
+ "org.matrix.msc4143.rtc_foci": [
+ {
+ "type": "livekit",
+ "livekit_service_url": "https://livekit.alee14.me"
+ }
+ ]
+}