Mercurial > prosody-modules
view mod_muc_restrict_pm/README.markdown @ 5946:bfb8d7b53954
mod_muc_anonymize_moderation_actions: fix XEP-0425 v0.2.1 compliance.
author | John Livingston <git@john-livingston.fr> |
---|---|
date | Mon, 29 Jul 2024 13:26:55 +0200 |
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 ----- -----