matrix-spec/specification
Kegan Dougal 5115346297 Add instant_messaging module; modify batesian section rules
Previously, all `m.room.*` events were wodged into `{{room_events}}` which
isn't great when you want to pull specific ones out. Batesian had a 1:1
mapping of `render_foo()` to a section `{{foo}}`, and having to constantly
add functions for new types is a PITA. Batesian now supports returning a
`dict` instead of a section `string` where the keys are the `{{foo}}` and
the value is what will be inserted. Also add conflicting section key checks
to avoid multiple definitions of the same `{{foo}}`. Define dicts for
event schemata and swagger HTTP APIs.

Using this new feature, split out the instant messaging stuff from the events
section, and replace `{{room_events}}` with a list of specific events e.g.
`{{m_room_member_event}}`.
2015-09-23 10:48:49 +01:00
..
modules Add instant_messaging module; modify batesian section rules 2015-09-23 10:48:49 +01:00
0-event_signing.rst Rename spec files to not have numbers everywhere; update targets.yaml 2015-09-22 14:01:55 +01:00
0-events.rst Add instant_messaging module; modify batesian section rules 2015-09-23 10:48:49 +01:00
0-feature_profiles.rst Various review fixes 2015-09-22 16:59:49 +01:00
0-intro.rst Rename spec files to not have numbers everywhere; update targets.yaml 2015-09-22 14:01:55 +01:00
1-client_server_api.rst Add presence module; fix relative title bug 2015-09-23 09:59:54 +01:00
2-modules.rst Various review fixes 2015-09-22 16:59:49 +01:00
3-application_service_api.rst Rename spec files to not have numbers everywhere; update targets.yaml 2015-09-22 14:01:55 +01:00
4-server_server_api.rst Rename spec files to not have numbers everywhere; update targets.yaml 2015-09-22 14:01:55 +01:00
5-identity_servers.rst Rename spec files to not have numbers everywhere; update targets.yaml 2015-09-22 14:01:55 +01:00
6-appendices.rst Rename spec files to not have numbers everywhere; update targets.yaml 2015-09-22 14:01:55 +01:00
targets.yaml Add instant_messaging module; modify batesian section rules 2015-09-23 10:48:49 +01:00