Link to problem area:
https://spec.matrix.org/v1.18/client-server-api/#client-config
Issue
No grammar is currently specified for the type of account data, so it's unclear for implementations what they have to support.
In particular:
- Which characters are allowed?
- What is the maximum length?
- Is a zero-length type permitted?
It seems like the common namespaced identifier grammar would be a good fit.
Link to problem area:
https://spec.matrix.org/v1.18/client-server-api/#client-config
Issue
No grammar is currently specified for the
typeof account data, so it's unclear for implementations what they have to support.In particular:
It seems like the common namespaced identifier grammar would be a good fit.