Comparison

mod_sms_free/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
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 Does not work (SNI support required)
38 ----- ------------------------------------