summary refs log tree commit diff
path: root/synapse/rest/voip.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | match the normal response. Don't break if the turn_uris option isn't present.
* The REST API spec only alows for returning a single server so name theDavid Baker2014-09-241-1/+1
| | | | endpoint appropriately.
* 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
| | | | coturn.
* The config is not hierarchicalDavid Baker2014-09-231-3/+3
|
* Add support for TURN servers as per the TURN REST API ↵David Baker2014-09-231-0/+59
(http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00)