This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
Version 5.1.0
Changelog:
- Fixed some more bugs with the HTTP/2 APNS interface.
- Now uses prosody's util.throttle instead of our own patched one (should fix some rare but subtly bugs)
- Workaround for lua-http bug daurnimator/lua-http#179
- Degraded loglevel for apns retries to warn instead of error
- Added new
push_appserver_local_cache
config setting which allows to deactivate the in-memory caching of registered push nodes. Use this to deactivate caching in load balancing setups using an SQL backend. - Added new
push_appserver_apns_collapse_pushes
config setting. Set this totrue
if you want apple's servers to collapse subsequent not yet delivered pushes into a single one.