Software / code / prosody-modules
Comparison
mod_turn_external/README.markdown @ 4894:bfa2cca2bdd5
mod_turn_external: Import from prosody trunk @ ed23bbf3b946
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 14 Feb 2022 14:36:32 +0000 |
comparison
equal
deleted
inserted
replaced
| 4893:d4ce29c772ac | 4894:bfa2cca2bdd5 |
|---|---|
| 1 --- | |
| 2 summary: Advertise an external TURN service | |
| 3 ... | |
| 4 | |
| 5 This module advertises STUN/TURN service to clients via XEP-0215 (it utilizes | |
| 6 mod_external_services to do so, which will be automatically loaded by this | |
| 7 module and must be available). | |
| 8 | |
| 9 This module is included with Prosody 0.12 but made available here for older | |
| 10 versions. | |
| 11 | |
| 12 Documentation is available on the [Prosody site][doc:modules:mod_turn_external]. |