processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.06k stars 1.51k forks source link

pushing a notification to offline users #3964

Closed mkassir95 closed 1 year ago

mkassir95 commented 1 year ago

Hello,

I want to push a notification to offline users, I read that I have to add an external component to ejabberd which will receives a notification when the user is offline, and then I can use a back end service to retreive the user 's token from the database and push him a FCM notification.

I checked open sources for this external component but they are outdated, is there any recommended updated one?

licaon-kter commented 1 year ago

You need to setup https://github.com/iNPUTmice/p2 or https://github.com/monal-im/fpush

mkassir95 commented 1 year ago

Thank you