From b717d65e8df9bde9a93f3b1e35bf3a453da43802 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 15 Mar 2019 13:50:28 -0400 Subject: [PATCH] added mumble server info to live page --- 2019/assets/js/stream.js | 4 ++++ 2019/live/room123.html | 1 + 2019/live/room144.html | 1 + 2019/live/room155.html | 1 + 4 files changed, 7 insertions(+) diff --git a/2019/assets/js/stream.js b/2019/assets/js/stream.js index b4507f7f..2f0fd5e6 100644 --- a/2019/assets/js/stream.js +++ b/2019/assets/js/stream.js @@ -304,6 +304,10 @@ app.view = function(ctrl) { ": ", m("strong", stream.ircChannel) ]), + m("li", [ + "Conference-wide Mumble (voice chat) server: ", + m("strong", "mumble.fsf.org (port 64738)") + ]), m("li", [ "Conference hashtag for ", m("a", { href: "https://fsf.org/twitter" }, "microblogging"), diff --git a/2019/live/room123.html b/2019/live/room123.html index ed3af319..7bfaf1d7 100755 --- a/2019/live/room123.html +++ b/2019/live/room123.html @@ -31,6 +31,7 @@ diff --git a/2019/live/room144.html b/2019/live/room144.html index 5b4d0f4b..fc604f43 100755 --- a/2019/live/room144.html +++ b/2019/live/room144.html @@ -30,6 +30,7 @@ diff --git a/2019/live/room155.html b/2019/live/room155.html index 0e207e62..f46f3870 100755 --- a/2019/live/room155.html +++ b/2019/live/room155.html @@ -30,6 +30,7 @@ -- 2.25.1