-
Notifications
You must be signed in to change notification settings - Fork 384
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
v2 - Capabilities API (SPEC-95) #490
Comments
what is this? a parent of the other bugs? -- @richvdh |
ok I think the other bugs were merged together here. The other bugs assert that this is handled via the URI path prefixes, and sensible handling of 404s, but I'm not so sure. A server may not support all modules in the spec, so we need a way to determine which it does. Relying on 404s is a bit flaky as 404s can result from misconfiguration as well as lack of support. -- @richvdh |
For my future self when I inevitably come back and try and find the issues: SPEC-57, 4, and 6 cannot be found. |
For @turt2live's past self: you just have to spelunk in the right database. SPEC-4:
SPEC-6:
SPEC-57:
All three issues were resolved by @kegsay at more-or-less the same time as this issue was created. (Sorry to those who got binged by the above) |
I think this is solved by #1753 |
See SPEC-6 for client-server cap negotiation.
See SPEC-4 for client-client cap negotiation.
See SPEC-57 for server caps (possibly a subset of SPEC-6?)
(Imported from https://matrix.org/jira/browse/SPEC-95)
(Reported by @kegsay)
The text was updated successfully, but these errors were encountered: