MatrixSynapse/synapse/rest/client/v2_alpha
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id=
This follows the same flows-based flow as regular registration, but as
the only implemented flow has no requirements, it auto-succeeds. In the
future, other flows (e.g. captcha) may be required, so clients should
treat this like the regular registration flow choices.
2015-11-04 17:29:07 +00:00
..
__init__.py Add APIs for adding and removing tags from rooms 2015-10-28 16:06:57 +00:00
_base.py
account.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
auth.py
filter.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
keys.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
receipts.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
register.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
sync.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
tags.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
tokenrefresh.py