Software / code / prosody-modules
File
mod_readonly/README.markdown @ 4027:291a45919988
mod_muc_block_pm: Don't respond to error stanzas
| author | JC Brand <jc@opkode.com> |
|---|---|
| date | Wed, 20 May 2020 11:11:11 +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" }; } ```