summary refs log tree commit diff
path: root/synapse/config/voip.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-25/+18
* turns uris config options should append since it's a listDavid Baker2015-02-241-1/+1
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-1/+4
* Just use a yaml list for turn serversDavid Baker2014-09-251-1/+1
* Make turn server endpoint return an empty object if no turn servers toDavid Baker2014-09-251-1/+1
* rename endpoint to better reflect what it is and allow specifying multiple urisDavid Baker2014-09-241-3/+3
* Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/...David Baker2014-09-231-0/+41