Software / code / prosody-modules
File
mod_readonly/README.markdown @ 4003:b6fdd7e24bcc
mod_turncredentials/README: Link to some stun/turn implementations (thanks Holger)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 30 Apr 2020 13:18:08 +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" }; } ```