Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 9620:ddcb28c8f64b 0.11
MUC: Add scanison test case for #1230
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Nov 2018 18:25:40 +0100 |
parent | 9297:8680a874f483 |
child | 9622:269c6df1f0fb |
comparison
equal
deleted
inserted
replaced
9619:7172077c0a53 | 9620:ddcb28c8f64b |
---|---|
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 } |
46 | 47 |
47 certificate = "certs" | 48 certificate = "certs" |
48 | 49 |
49 allow_registration = false | 50 allow_registration = false |