FCM Plugin for Openfire

Hi,

I am looking for a way to send push notifications to android devices using openfire when XMPP is offline.
I have already identified a plugin to do so for APNS(https://github.com/xinminlabs/openfire-apns-plugin)
I am looking for a similar plugin for FCM but couldn’t find it.
Is there a way to send FCM notifications through openfire?
Is there any other way to send Push Notifications from openfire when XMPP is offline?

Hi @Gautam_Kapoor , let me know if you were able to find the solution. I am also looking for the same

You can modify the APNS plugin code GitHub - xinminlabs/openfire-apns-plugin: openfire-apns-plugin is used to integrate Apple Push Notification Service to Openfire. , to send the FCM notifications.

Nowadays, Openfire supports this natively. You can use the Openfire Push Server plugin for this!