mrDoctorWho / ejabberd_mod_apns

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

Could this module support for more than 1 application. #10

Closed alexsandbox closed 7 years ago

alexsandbox commented 8 years ago

In config we can set only 1 variant for cert and key. Need feature like:


app_name1:
{
cert: cert.pem
key: key.pem
}
app_name2:
{
cert: cert.pem
key: key.pem
}

or another way?

mrDoctorWho commented 8 years ago

@filos00f Hello,

How is the module supposed to decide which one of the keys to use?

mrDoctorWho commented 7 years ago

Closing due to inactivity