Mercurial > prosody-modules
view mod_muc_restrict_pm/README.markdown @ 5923:87441b567277
mod_sasl2_fast: Fix traceback when no cb_data is available (thanks riau)
We already verify (earlier in the process) that cb_data is present if we are
using a mechanism that requires it.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 19 Jun 2024 13:53:12 +0100 |
parents | e7584fd5b191 |
children |
line wrap: on
line source
--- labels: - 'Stage-Alpha' summary: Limit who may send and recieve MUC PMs ... # Introduction This module adds configurable MUC options that restrict and limit who may send MUC PMs to other users. If a user does not have permissions to send a MUC PM, the MUC will send a policy violation stanza. # Setup ```lua Component "conference.example.org" "muc" modules_enabled = { "muc_restrict_pm"; } ``` Compatibility ============= ----- ----- 0.12 Works 0.11 Probably does not work ----- -----