How to use mod_push in Ejabberd 17.08

Hi All,

Do you have any ideas how to use mod_push to send PUSH notifications to mobile clients? Right now we have our own simple implementation and I'm wondering do we need to switch to mod_push (and how).

Thank you,
Grigory

Looking at the module source

Looking at the module source code, that module doesn't have specific options, it just needs to be enabled in the config to work.

how to enable it , in which

how to enable it , in which file

In ejabberd.yml , where you

In ejabberd.yml , where you have many modules enabled, simply add that one. For example:

modules:
  mod_push: {}
  mod_adhoc: {}
  mod_admin_extra: {}
  mod_announce: # recommends mod_adhoc
    access: announce
  mod_blocking: {}
....
Syndicate content