diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-01-07 14:41:32 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-01-07 14:41:32 +0000 |
commit | c7005840e686f06d92137a43bd6db0d6744a4482 (patch) | |
tree | eb6b76f8ed22cf8347097484b03d71848b3c82c6 /tools | |
parent | 25b7ac8ececaffc63eef8c72d17d38319d8f1a74 (diff) | |
download | prosody-c7005840e686f06d92137a43bd6db0d6744a4482.tar.gz prosody-c7005840e686f06d92137a43bd6db0d6744a4482.zip |
mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDs
This fixes an issue where e.g. remote users or even other users on the server
were unable to list MUC rooms.
We want to define a permission to list MUC rooms, but we want it to be
available to everyone by default (the traditional behaviour).
prosody:guest is the lowest role we have. I ran a quick check and it isn't
really used for anything right now that would be concerning.
It was originally designed for anonymous logins. I think it's safe to treat
remote JIDs as equivalent, since we have no trust relationship with anonymous
users either.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions