Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3626:c84bbf36c878
mod_cloud_notify: fix local variable usage
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Mon, 01 Jul 2019 18:49:24 +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" }; } ```
