diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-12 22:49:54 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-12 22:49:54 +0100 |
commit | 516ff740353c7428688f056ce9a237e5a9d1c731 (patch) | |
tree | 061fbd7f6bbdd2ff082c279d0aaeb90a3ede4c0b | |
parent | 95b1972f358c0ad314813d05c0f2095b55c323fc (diff) | |
download | prosody-516ff740353c7428688f056ce9a237e5a9d1c731.tar.gz prosody-516ff740353c7428688f056ce9a237e5a9d1c731.zip |
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record
This was accidentally included in a previous commit, but having it here
makes it easier to enable when making new test cases.
-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" |