Comparison

spec/scansion/prosody.cfg.lua @ 10732:f5d88ad24b30

mod_lastactivity: Add basic scansion test coverage When run on Lua 5.3 produces an issue similar to #1536
author Kim Alvefur <zash@zash.se>
date Mon, 20 Apr 2020 18:33:05 +0200
parent 10730:76c9320f69a1
child 10848:7fd8976d47d7
comparison
equal deleted inserted replaced
10731:8e2f9d0fa72d 10732:f5d88ad24b30
57 --"welcome"; -- Welcome users who register accounts 57 --"welcome"; -- Welcome users who register accounts
58 --"watchregistrations"; -- Alert admins of registrations 58 --"watchregistrations"; -- Alert admins of registrations
59 --"motd"; -- Send a message to users when they log in 59 --"motd"; -- Send a message to users when they log in
60 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. 60 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
61 --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use 61 --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
62 "lastactivity";
62 63
63 -- Useful for testing 64 -- Useful for testing
64 --"scansion_record"; -- Records things that happen in scansion test case format 65 --"scansion_record"; -- Records things that happen in scansion test case format
65 } 66 }
66 67