Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4189:22e7b3d6fcae
mod_smacks: don't store mam results in offline store
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Mon, 12 Oct 2020 17:56:10 +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" }; } ```
