A similar module is already included in prosody since 0.12, see mod_turn_external making this module obsolete.
XEP-0215 implementation for time-limited TURN credentials.
| Option | Type | Default |
|---|---|---|
| turncredentials_secret | string | required |
| turncredentials_host | string | required |
| turncredentials_port | number | 3478 |
| turncredentials_ttl | number | 86400 |
Incompatible with mod_extdisco
| 0.12 | Works |
| 0.11 | Works |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_turncredentials
For earlier versions see the documentation for installing 3rd party modules