Software /
code /
prosody-modules
Diff
mod_sms_free/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 3697:a07bd12fe554 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_sms_free/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -0,0 +1,38 @@ +--- +labels: +- 'Stage-Alpha' +summary: XMPP to SMS gateway using the HTTP API provided by mobile.free.fr +... + +Introduction +============ + +This module sends an SMS to your phone when you receive a message on XMPP when +your status is xa or disconnected. + +Note that it doesn’t support sending SMS to anyone else than yourself, in that +it is quite different from other gateways. + +Configuration +============= + +In prosody.cfg.lua: + + modules_enabled = { + "sms_free", + } + +Usage +===== + +Every user who wants to use this gateway can issue an ad-hoc command to their +server, then follow the instructions and start receiving messages by SMS when +they are unavailable or xa. + +Compatibility +============= + + ----- ------------------------------------ + trunk Works + 0.11 Does not work (SNI support required) + ----- ------------------------------------