Mercurial > prosody-modules
view mod_readonly/README.md @ 6018:ac83479c5819
mod_muc_ping: Add explaination of deletion
| author | Menel <menel@snikket.de> |
|---|---|
| date | Thu, 07 Nov 2024 22:38:15 +0100 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```
