Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5973:0afd0adbe050
Update mod_smacks status to obsolete - included in prosody
| author | Menel <menel@snikket.de> |
|---|---|
| date | Mon, 21 Oct 2024 21:50:58 +0200 |
| parents | ce5d1fa69ba3 |
| 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" }; } ```
