summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-01-12 19:22:27 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-01-12 19:22:27 +0000
commitf92d9d194c994b6347705b1eb9b7906b8c2a0943 (patch)
tree357c083da50ee7d7c493c2815ad634282d0e9f02 /files/prosody.cfg.lua
parent4b047b7f8d08db1e42d06c03fc0fe521a5374c05 (diff)
Increase smacks hibernation time to 1 day
This is based on the recommendation of Monal's "Considerations for XMPP server admins" document.
Diffstat (limited to 'files/prosody.cfg.lua')
-rw-r--r--files/prosody.cfg.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/prosody.cfg.lua b/files/prosody.cfg.lua
index 791dba7..d75781a 100644
--- a/files/prosody.cfg.lua
+++ b/files/prosody.cfg.lua
@@ -56,6 +56,9 @@ c2s_require_encryption = true
authentication = "internal_hashed"
certificates = "certs"
+-- From Monal considerations for XMPP server admins
+smacks_hibernation_time = 86400
+
allow_registration = true
limits = {