File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 .
3
3
The request body is in application/x-www-form-urlencoded format. See the example below.
4
4
5
+ V17.01
5
6
Forked from Nimrodda/mod_offline_http_post ejabberd 16.08
6
7
8
+ V17.04 updated and tested in 17.04, I assume it works in 17.03 also.
9
+
7
10
Installation
8
11
------------
9
12
10
- 1 . cd /var/lib/ ejabberd/.ejabberd-modules /sources/
13
+ 1 . cd /opt/ ejabberd-17.04 /.ejabberd-module /sources/
11
14
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
13
16
4 . /etc/init.d/ejabberd restart;
14
17
15
18
That's it. The module is now installed.
You can’t perform that action at this time.
0 commit comments