diff options
author | David Baker <dbkr@matrix.org> | 2014-09-25 11:24:49 +0200 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-25 11:24:49 +0200 |
commit | a31bf7777694d794d8e861c2bfede4a8ebb8849e (patch) | |
tree | 1a8895df131cfdcf4481ca21192027f9d2f42b52 | |
parent | Refresh turn server before the ttl runs out. Support firefox. (diff) | |
download | synapse-a31bf7777694d794d8e861c2bfede4a8ebb8849e.tar.xz |
Make turn server endpoint return an empty object if no turn servers to
match the normal response. Don't break if the turn_uris option isn't present.
-rw-r--r-- | synapse/config/voip.py | 2 | ||||
-rw-r--r-- | synapse/rest/voip.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/voip.py b/synapse/config/voip.py |