comparison 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
comparison
equal deleted inserted replaced
6181:811bd0872682 6182:fe9f2c618e8a
14 14
15 Option Default Description 15 Option Default Description
16 ------------------------------------ ----------------- ------------------------------------------------------------------------------------------------------------------- 16 ------------------------------------ ----------------- -------------------------------------------------------------------------------------------------------------------
17 `contact_uri` xmpp:server.tld Contact information for the server operator (usually as a `mailto:` URI is preferred) 17 `contact_uri` xmpp:server.tld Contact information for the server operator (usually as a `mailto:` URI is preferred)
18 `push_max_hibernation_timeout` `259200` (72h) Number of seconds to extend the smacks timeout if no push was triggered yet (default: 72 hours) 18 `push_max_hibernation_timeout` `259200` (72h) Number of seconds to extend the smacks timeout if no push was triggered yet (default: 72 hours)
19 `hibernate_past_first_push` `true` Keep hibernating using the `push_max_hibernation_timeout` even after first push
19 20
20 Internal design notes 21 Internal design notes
21 ===================== 22 =====================
22 23
23 App servers are notified about offline messages, messages stored by [mod_mam] 24 App servers are notified about offline messages, messages stored by [mod_mam]