mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
Correct room features according to the fact visitor role is used
This commit is contained in:
parent
06a6682bfa
commit
746a537cb9
1 changed files with 1 additions and 2 deletions
|
|
@ -930,8 +930,7 @@ func handleGetDiscoInfo(s xmpp.Sender, iq *stanza.IQ, di *stanza.DiscoInfo) {
|
||||||
"http://jabber.org/protocol/muc",
|
"http://jabber.org/protocol/muc",
|
||||||
"muc_persistent",
|
"muc_persistent",
|
||||||
"muc_hidden",
|
"muc_hidden",
|
||||||
"muc_membersonly",
|
"muc_moderated",
|
||||||
"muc_unmoderated",
|
|
||||||
"muc_nonanonymous",
|
"muc_nonanonymous",
|
||||||
"muc_unsecured",
|
"muc_unsecured",
|
||||||
"http://jabber.org/protocol/muc#stable_id",
|
"http://jabber.org/protocol/muc#stable_id",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue