summary refs log tree commit diff
path: root/synapse/rest/voip.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-60/+0
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-7/+7
* Coturn's timestamps are in seconds, not millisecondsDavid Baker2014-10-211-1/+1
* Make turn server endpoint return an empty object if no turn servers toDavid Baker2014-09-251-1/+1
* The REST API spec only alows for returning a single server so name theDavid Baker2014-09-241-1/+1
* OopsDavid Baker2014-09-241-1/+1
* rename endpoint to better reflect what it is and allow specifying multiple urisDavid Baker2014-09-241-5/+3
* Use standard base64 encoding with padding to get the same result asDavid Baker2014-09-241-2/+5
* The config is not hierarchicalDavid Baker2014-09-231-3/+3
* Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/...David Baker2014-09-231-0/+59