Mercurial > prosody-modules
diff mod_push2/README.md @ 6182:fe9f2c618e8a
mod_push2: option to keep hibernating after first push
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Mon, 24 Mar 2025 09:28:25 -0500 |
| parents | 446c305475b4 |
| children |
line wrap: on
line diff
--- a/mod_push2/README.md Mon Mar 24 08:53:36 2025 -0500 +++ b/mod_push2/README.md Mon Mar 24 09:28:25 2025 -0500 @@ -16,6 +16,7 @@ ------------------------------------ ----------------- ------------------------------------------------------------------------------------------------------------------- `contact_uri` xmpp:server.tld Contact information for the server operator (usually as a `mailto:` URI is preferred) `push_max_hibernation_timeout` `259200` (72h) Number of seconds to extend the smacks timeout if no push was triggered yet (default: 72 hours) + `hibernate_past_first_push` `true` Keep hibernating using the `push_max_hibernation_timeout` even after first push Internal design notes =====================
