diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-23 15:17:18 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-23 15:17:18 +0100 |
commit | 7056bc067488cbb01f8ac87f6556c76e16708fe5 (patch) | |
tree | c8cbe3c265f93beeb2384228a2acb63b7a8e318f /spec/scansion/prosody.cfg.lua | |
parent | 146709a2dddb78fd46f11ef8591b1cb59672440b (diff) | |
download | prosody-7056bc067488cbb01f8ac87f6556c76e16708fe5.tar.gz prosody-7056bc067488cbb01f8ac87f6556c76e16708fe5.zip |
mod_tombstones: Add a very basic test case
Diffstat (limited to 'spec/scansion/prosody.cfg.lua')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index d4389cbe..6901cc11 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -63,6 +63,9 @@ modules_enabled = { "lastactivity"; "external_services"; + "tombstones"; + "user_account_management"; + -- Useful for testing --"scansion_record"; -- Records things that happen in scansion test case format } |