From 746a537cb961e55916515144670806351e45ea4d Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Tue, 17 Jun 2025 02:07:34 -0400 Subject: [PATCH] Correct room features according to the fact visitor role is used --- xmpp/handlers.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xmpp/handlers.go b/xmpp/handlers.go index 450ad9d..2e11af5 100644 --- a/xmpp/handlers.go +++ b/xmpp/handlers.go @@ -930,8 +930,7 @@ func handleGetDiscoInfo(s xmpp.Sender, iq *stanza.IQ, di *stanza.DiscoInfo) { "http://jabber.org/protocol/muc", "muc_persistent", "muc_hidden", - "muc_membersonly", - "muc_unmoderated", + "muc_moderated", "muc_nonanonymous", "muc_unsecured", "http://jabber.org/protocol/muc#stable_id",