Sparkweb is web-based XMPP client used to connect to your XMPP server like Openfire. To install and configure sparkweb first of all you must have your openfire server installed and running successfully to achieve the goal. It can be used to test chat functionality, in Web browser. Sparkweb …
Openfire
Openfire : Sending Push Notifications while recipient is offline
Problem : Sometimes push notifications are not sent while the recipient is offline. Chat Server : Openfire v4.0.4 Plugin : callbackonoffline Direct Download Link : https://www.igniterealtime.org/projects/openfire/plugins/callbackOnOffline.jar Readme.html : https://www.igniterealtime.org/projects/openfire/plugins-beta/callbackonoffline/readme.html Solution * To store messages, while the recipient is offline : Trigger — — Triggers `ofOffline` — …
Retrieve Last Logout timestamp for xmpp / openfire users
Overview : We are not able to find any plug-in in openfire for sending push notification to offline group members. Therefore, We have used cron job to send push notification and the cron job will run at every 10 seconds. The Cron job will have …