prosody: update to 0.12

This commit is contained in:
Saúl Ibarra Corretgé
2022-03-28 09:39:50 +02:00
parent 097558b9f0
commit 6fe240a712
6 changed files with 11 additions and 36 deletions

View File

@@ -92,8 +92,6 @@ modules_disabled = {
-- For more information see http://prosody.im/doc/creating_accounts
allow_registration = false;
daemonize = false;
-- Enable rate limits for incoming client and server connections
limits = {
c2s = {
@@ -173,7 +171,8 @@ network_settings = {
tcp_backlog = 511;
}
component_interface = { "*" }
http_ports = { 5280 }
http_interfaces = { "*", "::" }
data_path = "/config/data"