diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-12 22:51:30 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-12 22:51:30 +0100 |
commit | a4056f992c75e45b39769fdbeb201461e62a0359 (patch) | |
tree | c6f5451fac4f2403e1c185bbff2eb25f107395e0 /spec/scansion/prosody.cfg.lua | |
parent | 2048b8d48204bb1e8c85ccc33916d98337a28fc0 (diff) | |
parent | 4c07742fbbbcd6aabb38c7779c5ec76a52182012 (diff) | |
download | prosody-a4056f992c75e45b39769fdbeb201461e62a0359.tar.gz prosody-a4056f992c75e45b39769fdbeb201461e62a0359.zip |
Merge 0.11->trunk
Diffstat (limited to 'spec/scansion/prosody.cfg.lua')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index a6e8d289..94861449 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -42,7 +42,9 @@ 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"; + + -- Useful for testing + --"scansion_record"; -- Records things that happen in scansion test case format } certificate = "certs" |