From a4afe4da692f02c286d7d92d74bd0d8b1ec1b54a Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 6 Jul 2025 20:10:56 +0100 Subject: Remove anonymous login support This was originally intended for motoristic, but is no longer needed by any domain. --- files/virtual_host.cfg.lua.j2 | 7 ------- 1 file changed, 7 deletions(-) (limited to 'files/virtual_host.cfg.lua.j2') diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index eb3a52e..3816998 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -47,10 +47,3 @@ log_all_rooms = true restrict_room_creation = "local" muc_room_default_public = false muc_room_default_public_jids = true - -{% if anonymous_login %} - -VirtualHost "anon.{{ virtual_host }}" -authentication = "anonymous" - -{% endif %} -- cgit v1.2.3