Comparison

spec/scansion/prosody.cfg.lua @ 12116:efcf25ad5406

mod_tombstones: Add a very basic test case
author Kim Alvefur <zash@zash.se>
date Thu, 23 Dec 2021 15:17:18 +0100
parent 11716:30f1e826cc95
child 12630:781772c8b6d9
comparison
equal deleted inserted replaced
12115:94de6b7596cc 12116:efcf25ad5406
60 --"motd"; -- Send a message to users when they log in 60 --"motd"; -- Send a message to users when they log in
61 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. 61 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
62 --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use 62 --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
63 "lastactivity"; 63 "lastactivity";
64 "external_services"; 64 "external_services";
65
66 "tombstones";
67 "user_account_management";
65 68
66 -- Useful for testing 69 -- Useful for testing
67 --"scansion_record"; -- Records things that happen in scansion test case format 70 --"scansion_record"; -- Records things that happen in scansion test case format
68 } 71 }
69 72