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 | a4ef4fcfa54091d1c57111f3fa9c79ce496f63fd (patch) | |
tree | 332a203aed3ac84773cfec787d62620213227cf5 /spec/scansion/prosody.cfg.lua | |
parent | ee5be2d897888f3da64cad72bd77d6e376decafb (diff) | |
parent | 95b1972f358c0ad314813d05c0f2095b55c323fc (diff) | |
download | prosody-a4ef4fcfa54091d1c57111f3fa9c79ce496f63fd.tar.gz prosody-a4ef4fcfa54091d1c57111f3fa9c79ce496f63fd.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" |