Software / code / prosody-modules
File
mod_readonly/README.markdown @ 5142:410d7c8d210d
mod_invites_api: Fix traceback on list command with no entries (thanks mirux)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 11 Jan 2023 09:59:55 +0000 |
| 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" }; } ```