Software / code / prosody-modules
File
mod_readonly/README.markdown @ 4698:4157773ed4d3
mod_cloud_notify: notify on groupchat messages sent to bare JID
| author | arcseconds <arcseconds@zoho.com> |
|---|---|
| date | Sat, 25 Sep 2021 11:43:31 +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" }; } ```