diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-12 18:26:39 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-12 18:26:39 +0100 |
commit | 2048b8d48204bb1e8c85ccc33916d98337a28fc0 (patch) | |
tree | 332a203aed3ac84773cfec787d62620213227cf5 /spec/scansion/prosody.cfg.lua | |
parent | 928d5d54ec1cf5f7d785985ebffdc72a1c5a09b3 (diff) | |
parent | cdf083b8d48516ae3c0e2f25da92eb9479b19012 (diff) | |
download | prosody-2048b8d48204bb1e8c85ccc33916d98337a28fc0.tar.gz prosody-2048b8d48204bb1e8c85ccc33916d98337a28fc0.zip |
Merge 0.11->trunk
Diffstat (limited to 'spec/scansion/prosody.cfg.lua')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index b30d5218..a6e8d289 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -42,6 +42,7 @@ 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"; } certificate = "certs" |