esl / MongooseIM

MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Other
1.64k stars 420 forks source link

how to send push notification data to my custom http endpoint instead of mongoosepush? #4244

Open alvinlal opened 1 month ago

alvinlal commented 1 month ago

MongooseIM version: 6.1.1 Installed from: pkg Erlang/OTP version: 26

I have setup mongoosepush with mongooseim for push notifications by following this tutorial and its working fine, but i need to use my custom http endpoint to send the push notification to fcm / apns instead of using mongoosepush. Can anyone provide me info on how to set this up in the configuration file ?