Software / code / prosody-modules
File
mod_readonly/README.markdown @ 4155:308b92b07da6
mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
| author | Seve Ferrer <seve@delape.net> |
|---|---|
| date | Mon, 28 Sep 2020 15:30:22 +0200 |
| parent | 3437:ce5d1fa69ba3 |
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" }; } ```