Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3450:9b6206f23151
mod_smacks: Fire event on delivery failure/success for each stanza
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 20 Jan 2019 00:02:08 +0000 |
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" }; } ```