Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Version 5.1.0

Compare
Choose a tag to compare
@tmolitor-stud-tu tmolitor-stud-tu released this 08 Mar 01:46
· 8 commits to master since this release

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 to true if you want apple's servers to collapse subsequent not yet delivered pushes into a single one.