diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 000000000..6933170ff --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,9 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.fluffychat.im" + }, + "org.matrix.msc2965.authentication": { + "account": "https://matrix.fluffychat.im/auth/account", + "issuer": "https://matrix.fluffychat.im/auth/" + } +} \ No newline at end of file diff --git a/.well-known/matrix/server b/.well-known/matrix/server new file mode 100644 index 000000000..5d3897d33 --- /dev/null +++ b/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.fluffychat.im:8448" +} \ No newline at end of file