Hello everyone, I would like some help with my #xmpp #ejabberd server: It sends #push #notifications for every messages delivered, even when the recipient is online.
/etc/ejabberd/ejabberd.yml:
mod_push:
include_body: Text
- "New message"
include_sender: false
I expect push notifications to be sent only when the recipient is offline.
Thanks for your help !