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.
In prosody.cfg.lua:
modules_enabled = {
"sms_free",
}
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.
trunk | Works |
0.11 | Does not work (SNI support required) |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sms_free
For earlier versions see the documentation for installing 3rd party modules