Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3621:c2c851722a8a
mod_smacks: fix prosody 0.9 compatibility
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 16 Jun 2019 02:00:12 +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" }; } ```