Mercurial > prosody-modules
comparison mod_sms_free/README.markdown @ 3695:5a70dd2349a7
mod_sms_free: New module!
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 06 Oct 2019 17:29:22 +0200 |
parents | |
children | a07bd12fe554 |
comparison
equal
deleted
inserted
replaced
3694:e45a3d04367b | 3695:5a70dd2349a7 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: XMPP to SMS gateway using the HTTP API provided by mobile.free.fr | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module sends an SMS to your phone when you receive a message on XMPP when | |
11 your status is xa or disconnected. | |
12 | |
13 Note that it doesn’t support sending SMS to anyone else than yourself, in that | |
14 it is quite different from other gateways. | |
15 | |
16 Configuration | |
17 ============= | |
18 | |
19 In prosody.cfg.lua: | |
20 | |
21 modules_enabled = { | |
22 "sms_free", | |
23 } | |
24 | |
25 Usage | |
26 ===== | |
27 | |
28 Every user who wants to use this gateway can issue an ad-hoc command to their | |
29 server, then follow the instructions and start receiving messages by SMS when | |
30 they are unavailable or xa. | |
31 | |
32 Compatibility | |
33 ============= | |
34 | |
35 ----- ----------- | |
36 trunk Works | |
37 0.11 Should work | |
38 ----- ----------- |