Software / code / prosody-modules
File
mod_readonly/README.markdown @ 3778:7209f481bcfe
mod_easy_invite: Add prosodyctl command to generate account invites
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 27 Dec 2019 11:00:43 +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" }; } ```