Comparison

spec/scansion/prosody.cfg.lua @ 9622:269c6df1f0fb 0.11

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.
author Kim Alvefur <zash@zash.se>
date Mon, 12 Nov 2018 22:49:54 +0100
parent 9620:ddcb28c8f64b
child 9700:f540bb378501
child 9729:4f6413ec08a8
comparison
equal deleted inserted replaced
9620:ddcb28c8f64b 9622:269c6df1f0fb
40 --"welcome"; -- Welcome users who register accounts 40 --"welcome"; -- Welcome users who register accounts
41 --"watchregistrations"; -- Alert admins of registrations 41 --"watchregistrations"; -- Alert admins of registrations
42 --"motd"; -- Send a message to users when they log in 42 --"motd"; -- Send a message to users when they log in
43 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. 43 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
44 --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use 44 --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
45 --"scansion_record"; 45
46 -- Useful for testing
47 --"scansion_record"; -- Records things that happen in scansion test case format
46 } 48 }
47 49
48 certificate = "certs" 50 certificate = "certs"
49 51
50 allow_registration = false 52 allow_registration = false