Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4320:8fc16174fec6
mod_cache_c2s_caps: log full JID on all relevant code paths
| author | Georg Lukas <georg@op-co.de> |
|---|---|
| date | Fri, 22 May 2020 09:47:42 +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" }; } ```
