-
Notifications
You must be signed in to change notification settings - Fork 83
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
Matrix 1.1 checklist #424
Comments
Could you link to the spec for this please? I'm not fully understanding how the IS is supposed to know which HS to query versions from, and for what purpose. |
It's only needed if it'll be calling into the homeserver via the client-server API. If Sydent doesn't do this, the checkbox can be checked. There's no protocol reason to do it, but that doesn't mean there's an implementation-specific reason for doing it. |
Neither of these seem necessary from my reading of the code. No calls to
Although the |
See matrix-org/synapse#11079 for more details about the new 1.1 versioning scheme for server-side stuff.
The implementation details for Sydent to support Matrix 1.1 are a whole lot simpler than pretty much any project:
/_matrix/identity/versions
endpoint if not already presentr0.3.0
andv1.1
in that/versions
endpoint/_matrix/client/versions
calls to the homeserver if necessaryv1.1
in its/versions
, use/v3
endpoints instead ofr0
The text was updated successfully, but these errors were encountered: