We are using openfire server for group chat functionality.
So Is there any plugin available for sending push notification to group from server end to the mobile users.
Currently we have implemented offline push notifications for android as well as ios.
What we have done is set a cron job on the server which runs at every 30 seconds, and separate messages from offmessagearchive table to group_push_notification table.
now i am using user_status plugin which helps me to get logoff time of every user who online and offline from xmpp openfire.
By comparing message time and logoff time of user i am sending push notifications to the offline users.
This process is quite long and so push notifications are sending almost in 1 minute rather than in few seconds.
Is there any plugin (which sends offline push notifications to group) which will do the job for sending push notification in a faster way like there is a plugin( named Offoflline ) for sending push notifications to offline user for person to person chat.
Can you share the jar for this plugin? Because I am unable to get it in available plugins.
One more thing I am trying to achieve here is system messages. For example If user left the group then It should show the system message as it display on skype and whatsapp chats.
Your requests regarding âsystem messagesâ is an implementation choice of the client. Openfire will send out these notifications. Itâs up to the client to show them.