mrDoctorWho / ejabberd_mod_apns

An ejabberd module to send PUSH messages to iOS devices through APNS
MIT License
33 stars 19 forks source link

How to disable mod pans notification to IOS using mod_apns.erl file #26

Closed nileshbacancy closed 6 years ago

nileshbacancy commented 6 years ago

Hello @mrDoctorWho @zinid

How to disable notification in IOS using mod_apns.erl file and I am using mysql database. We are using below mod_apns.erl file.

mod_apns.erl - https://github.com/joanlopez/ejabberd-mod-apns/blob/master/src/mod_apns.erl

there is always add notification_enabled = 1 1) How can I prevent notification if I will change notification_enabled = 0? 2) I am not receiving group chat notification using mod_apns.erl even notification group flag enabled.

mrDoctorWho commented 6 years ago

Closing as duplicate of #27.