Send a push notification to a webservice when there's a message being sent to offline users. Supports groupchat and chat.
Tested with ejabberd 15.07
Add in ejabberd.yaml
modules:
mod_offline_post:
post_url: "http://..."
auth_token: "AUTHENTICATION_TOKEN"
Forked from ejabberd_mod by Nuno Horta and mod_interact by Adam Duke