Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3454:c424bfb927b1
mod_cache_c2s_caps: Switch to the new module:send_iq() API.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 22 Jan 2019 15:38:09 +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" }; } ```