# HG changeset patch # User Kim Alvefur # Date 1542059394 -3600 # Node ID 269c6df1f0fbb40f76dcf694efb2efce80fa9638 # Parent ddcb28c8f64bf049e83858c0ff9a79b061713bef 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. diff -r ddcb28c8f64b -r 269c6df1f0fb spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Mon Nov 12 18:25:40 2018 +0100 +++ b/spec/scansion/prosody.cfg.lua Mon Nov 12 22:49:54 2018 +0100 @@ -42,7 +42,9 @@ --"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"