Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3620:fb1c8dee2ead
mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sat, 15 Jun 2019 01:34:52 +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" }; } ```