Mercurial > prosody-modules
comparison mod_turncredentials/README.md @ 5975: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 |
| parents | mod_turncredentials/README.markdown@cf1304ad2336 |
| children | e37473232b0d |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 # Introduction | |
| 2 | |
| 3 [XEP-0215] implementation for [time-limited TURN | |
| 4 credentials](https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00). | |
| 5 | |
| 6 # Configuration | |
| 7 | |
| 8 Option Type Default | |
| 9 ------------------------- -------- ------------ | |
| 10 turncredentials\_secret string *required* | |
| 11 turncredentials\_host string *required* | |
| 12 turncredentials\_port number `3478` | |
| 13 turncredentials\_ttl number `86400` | |
| 14 | |
| 15 # Compatible TURN / STUN servers. | |
| 16 | |
| 17 - [coturn](https://github.com/coturn/coturn) - [setup guide][doc:coturn] | |
| 18 - [restund](http://www.creytiv.com/restund.html) | |
| 19 - [eturnal](https://eturnal.net/) | |
| 20 | |
| 21 # Compatibility | |
| 22 | |
| 23 Incompatible with [mod_extdisco](https://modules.prosody.im/mod_extdisco.html) |
