Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -7/+7 |
| | |||||
* | Coturn's timestamps are in seconds, not milliseconds | David Baker | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Make turn server endpoint return an empty object if no turn servers to | David Baker | 2014-09-25 | 1 | -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 the | David Baker | 2014-09-24 | 1 | -1/+1 |
| | | | | endpoint appropriately. | ||||
* | Oops | David Baker | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | rename endpoint to better reflect what it is and allow specifying multiple uris | David Baker | 2014-09-24 | 1 | -5/+3 |
| | |||||
* | Use standard base64 encoding with padding to get the same result as | David Baker | 2014-09-24 | 1 | -2/+5 |
| | | | | coturn. | ||||
* | The config is not hierarchical | David Baker | 2014-09-23 | 1 | -3/+3 |
| | |||||
* | Add support for TURN servers as per the TURN REST API ↵ | David Baker | 2014-09-23 | 1 | -0/+59 |
(http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00) |