Mercurial > prosody-modules
changeset 2473:fa8fe2ab332f
mod_turncredentials: Add a stub README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 29 Jan 2017 18:07:01 +0100 |
parents | 595d6a25bd7a |
children | 173fe999cc37 |
files | mod_turncredentials/README.markdown |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_turncredentials/README.markdown Sun Jan 29 18:07:01 2017 +0100 @@ -0,0 +1,16 @@ +Introduction +============ + +[XEP-0215] implementation for time-limited TURN credentials. + +Configuration +============= + + Option Type Default + ------------------------- -------- ------------ + turncredentials\_secret string *required* + turncredentials\_host string *required* + turncredentials\_port number `3478` + turncredentials\_ttl number `86400` + +