Skip to content

Improve reliability of messages/calls notified with push notifications.

Simon Morlat requested to merge fix/pushnotif_improved_reliability into master

On iOS, the re-connection to the SIP server must be done synchronously. It looks like that an app that is notified a push notification but does not immediately connect to its server is punished by death.

Merge request reports