Skip to content

Commit

Permalink
Fix line wrapping after 9b2918e
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpipuk authored Jan 10, 2025
1 parent 9b2918e commit e00d2e9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions proposals/4133-extended-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,15 @@ Profiles MUST be at most 64 KiB (65,536 bytes) in size, as measured in
[Canonical JSON](https://spec.matrix.org/v1.13/appendices/#canonical-json), including the
`avatar_url` and `displayname` fields.

Keys MUST follow the [Common Namespaced Identifier Grammar](https://spec.matrix.org/v1.13/appendices/#common-namespaced-identifier-grammar), with the following considerations:
Keys MUST follow the [Common Namespaced Identifier Grammar](https://spec.matrix.org/v1.13/appendices/#common-namespaced-identifier-grammar),
with the following considerations:

- **Namespace `m.*`**: Reserved for fields explicitly defined in the Matrix specification:
- Servers SHOULD NOT check whether a key is known to be in the Matrix specification, as future expansions
may be unknown to it.
- Clients that do not recognise a field in this namespace MAY attempt to display it but SHOULD NOT
attempt to update the content unless they understand its formatting and validation requirements.
- Servers SHOULD NOT check whether a key is known to be in the Matrix specification, as future
expansions may be unknown to it.
- Clients that do not recognise a field in this namespace MAY attempt to display it but
SHOULD NOT attempt to update the content unless they understand its formatting and validation
requirements.

- **Namespace `tld.name.*`**: For client-specific or unstable fields, using Java package naming
convention (e.g. `com.example.custom_field`).
Expand Down

0 comments on commit e00d2e9

Please sign in to comment.