matrix-spec/api/client-server/v2_alpha
Mark Haines 9dd3b07394 Allow '.' characters in event field names to be escaped with '\' so that
fields including a '.' can be included in a filter.

I considered replacing '.' with '/'. Since '/' was less likely to appear
in event field names. However if we used '\' to escape a literal '/' we
risk confusing it with the JSON escape '\/'.
2015-09-28 14:10:57 +01:00
..
definitions Allow '.' characters in event field names to be escaped with '\' so that 2015-09-28 14:10:57 +01:00
filter.yaml Add a "limit" to the timeline key in the example filter 2015-09-28 11:22:31 +01:00
sync.yaml Document the valid values for the "set_presence" parameter 2015-09-28 13:47:04 +01:00