MatrixSynapse/synapse/rest
David Baker c58eb0d5a3 Merge branch 'turn' into develop 2014-09-25 13:09:56 +01:00
..
__init__.py Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00) 2014-09-23 17:16:13 +01:00
base.py
directory.py
events.py
initial_sync.py
login.py Comment out password reset for now, until the mechanism is fully discussed (IS token auth vs HS auth) 2014-09-16 13:32:33 +01:00
presence.py
profile.py
register.py Bugfix for older Pythons that lack hmac.compare_digest() 2014-09-23 19:07:16 +01:00
room.py Implemented /rooms/$roomid/state API. 2014-09-23 15:35:58 +01:00
transactions.py
voip.py Make turn server endpoint return an empty object if no turn servers to 2014-09-25 11:24:49 +02:00