From 240d5502fe587ab9c92fce6204819bc0bf1a7ab1 Mon Sep 17 00:00:00 2001 From: Kegan Dougal <kegan@matrix.org> Date: Thu, 17 Sep 2015 11:47:42 +0100 Subject: [PATCH] Add a FIXME explaining the situation around alternative FS ASes --- src/ConferenceHandler.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ConferenceHandler.js b/src/ConferenceHandler.js index 4f13680641..c617672eb8 100644 --- a/src/ConferenceHandler.js +++ b/src/ConferenceHandler.js @@ -3,6 +3,10 @@ var q = require("q"); var Matrix = require("matrix-js-sdk"); var Room = Matrix.Room; +// FIXME: This currently forces Vector to try to hit the matrix.org AS for conferencing. +// This is bad because it prevents people running their own ASes from being used. +// This isn't permanent and will be customisable in the future: see the proposal +// at docs/conferencing.md for more info. var USER_PREFIX = "fs_"; var DOMAIN = "matrix.org";