Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5811:ce8f0e458ffa
mod_pubsub_serverinfo: Add node on compatibility
| author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
|---|---|
| date | Thu, 04 Jan 2024 16:21:05 +0100 |
| 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" }; } ```
