vukoye / xmpp_dart

Lightweight XMPP client library written in Dart
Apache License 2.0
83 stars 64 forks source link

Connection while App is closed #66

Closed xiki808 closed 1 year ago

xiki808 commented 2 years ago

Hi! Is there a way to keep the connection in the background, even when the app is closed? I'm looking for a push notification service just like Firebase Cloud Messaging, but that works between my server and devices running on my local network.

Thank you for any feedback!

TatankaConCube commented 2 years ago

It doesn't make sense, because the system (Android, iOS) will kill your app in the background after some time. A better way here will be to send FCM from your server when the message receiver is offline.