0
votes

I have eJabberD setup and it successfully set-up to delivered message on mobile device. To delivered message in case if mobile device is offline(for iOS)I'm trying to configure APNS with eJabberD.

On client side I'm already passing Device_Token and Apple_Push Tag in iq> stanzas, mentioned here. But that is not working. But I'm not sure what are configuration I have to done at Server side to make it work. Any suggestion !!

1

1 Answers

0
votes

You can do this with mod_push. Check if it's listed when with 'ejabberdctl modules_available'. If so, 'ejabberd module_install mod_push'. Otherwise, follow the installation directions on the mod_push github, adjusting as necessary for your configuration.

Configuration directions are available on the github page.