aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-11-12 22:51:30 +0100
committerKim Alvefur <zash@zash.se>2018-11-12 22:51:30 +0100
commita4056f992c75e45b39769fdbeb201461e62a0359 (patch)
treec6f5451fac4f2403e1c185bbff2eb25f107395e0
parent2048b8d48204bb1e8c85ccc33916d98337a28fc0 (diff)
parent4c07742fbbbcd6aabb38c7779c5ec76a52182012 (diff)
downloadprosody-a4056f992c75e45b39769fdbeb201461e62a0359.tar.gz
prosody-a4056f992c75e45b39769fdbeb201461e62a0359.zip
Merge 0.11->trunk
-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"