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 | b41ff3079c09d77011cd6e2b4da9604828860e93 (patch) | |
tree | c6f5451fac4f2403e1c185bbff2eb25f107395e0 | |
parent | a4ef4fcfa54091d1c57111f3fa9c79ce496f63fd (diff) | |
parent | 516ff740353c7428688f056ce9a237e5a9d1c731 (diff) | |
download | prosody-b41ff3079c09d77011cd6e2b4da9604828860e93.tar.gz prosody-b41ff3079c09d77011cd6e2b4da9604828860e93.zip |
Merge 0.11->trunk
-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" |