aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion/prosody.cfg.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-11-12 22:49:54 +0100
committerKim Alvefur <zash@zash.se>2018-11-12 22:49:54 +0100
commite6423c7ed08ab3a2859f07deb599115a2c443dcb (patch)
tree061fbd7f6bbdd2ff082c279d0aaeb90a3ede4c0b /spec/scansion/prosody.cfg.lua
parent529ed0447a668a6b194cf1ca86ffcccca36c6631 (diff)
downloadprosody-e6423c7ed08ab3a2859f07deb599115a2c443dcb.tar.gz
prosody-e6423c7ed08ab3a2859f07deb599115a2c443dcb.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.
Diffstat (limited to 'spec/scansion/prosody.cfg.lua')
-rw-r--r--spec/scansion/prosody.cfg.lua4
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"