Skip to content

Commit b529972

Browse files
committed
Updated readme
1 parent b4ab11b commit b529972

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
Ejabberd 17.01 module to send offline user's message via POST request to target URL.
2-
The main motivation for this module is to use it with push notifications.
1+
Ejabberd 17.04 module to send offline user's message via POST request to target URL.
2+
This module can call an api to send e.g. a push message.
33
The request body is in application/x-www-form-urlencoded format. See the example below.
44

5+
V17.01
56
Forked from Nimrodda/mod_offline_http_post ejabberd 16.08
67

8+
V17.04 updated and tested in 17.04, I assume it works in 17.03 also.
9+
710
Installation
811
------------
912

10-
1. cd /var/lib/ejabberd/.ejabberd-modules/sources/
13+
1. cd /opt/ejabberd-17.04/.ejabberd-module/sources/
1114
2. git clone https://github.com/PH-F/mod_offline_http_post.git;
12-
3. bash /var/ejabberd-17.01/bin/ejabberdctl module-install mod_offline_http_post
15+
3. bash /opt/ejabberd-17.04/.ejabberd-module/bin/ejabberdctl module-install mod_offline_http_post
1316
4. /etc/init.d/ejabberd restart;
1417

1518
That's it. The module is now installed.

0 commit comments

Comments
 (0)