0
votes

I'm implenting the ejabberd push notification functionality on my iOS client side using XMPPFramework.

I've watched the process one's XMPP Academy video, and tried to find some information about it on the web, But I couldn't find any solution for configuring the ejabberd to use Apple push notifications.

I couldn't figure out things like:

  1. Where I need to put my apns certificates
  2. How to edit ejabberd's configuration file to use these certificates

etc...

Where can I find detailed explanation for configuring ejabberd for apple push notifications?

Thanks

2

2 Answers

2
votes

Ejabberd guys can update/configure you APNS certificate from there side OR you have to purchase higher package to get all access on your side.

0
votes

Push Notification feature of ProcessOne is not on the Community Version.

However you can achieve that via hooks, check this link to my answer to a similar question.