Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12341:48aa833f9649
prosody.cfg.lua.dist: Remove allow_registration in favor of invites
This settings should now only be used by public servers, which have
their own documentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Feb 2022 00:16:36 +0100 |
parent | 12340:7d132ea04a05 |
child | 12343:310bd427901c |
comparison
equal
deleted
inserted
replaced
12340:7d132ea04a05 | 12341:48aa833f9649 |
---|---|
99 -- "c2s"; -- Handle client connections | 99 -- "c2s"; -- Handle client connections |
100 -- "s2s"; -- Handle server-to-server connections | 100 -- "s2s"; -- Handle server-to-server connections |
101 -- "posix"; -- POSIX functionality, sends server to background, etc. | 101 -- "posix"; -- POSIX functionality, sends server to background, etc. |
102 } | 102 } |
103 | 103 |
104 -- Disable account creation by default, for security | |
105 -- For more information see https://prosody.im/doc/creating_accounts | |
106 allow_registration = false | |
107 | 104 |
108 -- Server-to-server authentication | 105 -- Server-to-server authentication |
109 -- Require valid certificates for server-to-server connections? | 106 -- Require valid certificates for server-to-server connections? |
110 -- If false, other methods such as dialback (DNS) may be used instead. | 107 -- If false, other methods such as dialback (DNS) may be used instead. |
111 | 108 |