diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-12 18:25:40 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-12 18:25:40 +0100 |
commit | 95b1972f358c0ad314813d05c0f2095b55c323fc (patch) | |
tree | 07cc9ae3747c4b42591adbfed84a0b9f39502da9 /spec/scansion/prosody.cfg.lua | |
parent | e2e508354835106abf4fd0530f854d3796a7e512 (diff) | |
download | prosody-95b1972f358c0ad314813d05c0f2095b55c323fc.tar.gz prosody-95b1972f358c0ad314813d05c0f2095b55c323fc.zip |
MUC: Add scanison test case for #1230
Diffstat (limited to 'spec/scansion/prosody.cfg.lua')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index b30d5218..a6e8d289 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -42,6 +42,7 @@ modules_enabled = { --"motd"; -- Send a message to users when they log in --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use + --"scansion_record"; } certificate = "certs" |