diff options
author | Kim Alvefur <zash@zash.se> | 2024-06-12 23:20:48 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-06-12 23:20:48 +0200 |
commit | 5915d6fbcdc338efa23a79a47ca72eb42182f752 (patch) | |
tree | bcebc773e593716876417c117c7c8ca5ca916e5f /spec | |
parent | 935de9b5e7e944f622d838a3f83e0aae304f137c (diff) | |
parent | 11bc995c0b0009dda6ba5dec031255fee13ea113 (diff) | |
download | prosody-5915d6fbcdc338efa23a79a47ca72eb42182f752.tar.gz prosody-5915d6fbcdc338efa23a79a47ca72eb42182f752.zip |
Merge 0.12->trunk
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 48183fc7..58889fd7 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -103,6 +103,8 @@ storage = "memory" mam_smart_enable = true +bounce_blocked_messages = true + -- For the "sql" backend, you can uncomment *one* of the below to configure: --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } |