aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2024-06-12 23:00:24 +0200
committerKim Alvefur <zash@zash.se>2024-06-12 23:00:24 +0200
commit11bc995c0b0009dda6ba5dec031255fee13ea113 (patch)
treec888d3d1b7acc3637ee78d910b75fca8731171f9 /spec
parentf3b1b57a70a41c97cbfe42c3d98118b2bc2c9901 (diff)
downloadprosody-0.12.tar.gz
prosody-0.12.zip
scansion: Enable blocklist compat during tests to fix CIorigin/0.120.12
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index 6901cc11..75f55ae0 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -111,6 +111,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" }