Software /
code /
prosody
Changeset
13494:4c3d6ed9c823
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 12 Jun 2024 23:20:48 +0200 |
parents | 13493:933c669628a3 (current diff) 13492:dbf6e5404c7f (diff) |
children | 13495:47e1df2d0a37 |
files | spec/scansion/prosody.cfg.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua Wed Jun 12 23:14:55 2024 +0200 +++ b/spec/scansion/prosody.cfg.lua Wed Jun 12 23:20:48 2024 +0200 @@ -103,6 +103,8 @@ 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" }