Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSC 1597: Better spec for matrix identifiers #1598

Merged
merged 6 commits into from
Dec 23, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/1597-id-grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Proposal:
> v1 rooms should be more tolerant.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"be more tolerant" probably means "accept anything possible"? Probably it's clearer to state that "Servers and clients wishing to support v1 rooms should not make assumptions on the character set and length of IDs." or just drop the part after the dash, implying that v1 is Wild West.



## Key IDs (for federation and e2e)
## Key IDs (for federation, e2e, and identity servers)
richvdh marked this conversation as resolved.
Show resolved Hide resolved

These are always of the form `<algorithm>:<tok>`.

Expand Down