Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ejabberd and Push Notification

I have integrate chat system in my iOS and Android app using XMPP. I have used ejabberd 2 in the server side. Chatting sytem works fine. I want to integrate push notification in my chating using APNS and GCM. How can I send a push notification with each chat message ? ejabberd 2 has any API or extensions available to implement this feature ?

Help is highly appreciable,

like image 601
vks Avatar asked Apr 24 '13 10:04

vks


Video Answer


1 Answers

Please use the below blog , it is very simple and useful, it is works fine for me.

http://symmetricinfinity.com/2013/01/23/ios-push-notifications-from-ejabberd.html

like image 118
vks Avatar answered Sep 18 '22 16:09

vks