diff options
author | Matthew Wild <mwild1@gmail.com> | 2024-06-18 15:08:30 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2024-06-18 15:08:30 +0100 |
commit | 29148cfe9ce0d6b60127ad158381acb90ca9ab53 (patch) | |
tree | 2b51d80ae91c170c0727051cc3279235f548227f /CHANGES | |
parent | aa6b79c20c82451cd6a804d82c98d0830e792033 (diff) | |
download | prosody-29148cfe9ce0d6b60127ad158381acb90ca9ab53.tar.gz prosody-29148cfe9ce0d6b60127ad158381acb90ca9ab53.zip |
MUC: Don't default component admins to being room owners
This change has various technical and social benefits. If ownership of a MUC
is really needed, it can be gained using the 'Set affiliation' ad-hoc command
or prosodyctl shell.
Example client incompatibility with the old behaviour:
- https://github.com/monal-im/Monal/issues/1085
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ TRUNK ### MUC +- Component admins are no longer room owners by default. This can be reverted + to the old behaviour with `component_admins_as_room_owners = true`, but this + has known incompatibilities with some clients. Instead, use the shell or + ad-hoc commands to gain ownership of rooms when necessary. - Permissions updates: - Room creation restricted to local users (of the parent host) by default - restrict_room_creation = true restricts to admins, false disables all restrictions |