-
Notifications
You must be signed in to change notification settings - Fork 385
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
MSC3895: Federation API Behaviour of Partial-State Resident Servers #3895
base: main
Are you sure you want to change the base?
Conversation
7a92c74
to
0ab2a5f
Compare
|
||
--- | ||
|
||
This appendix to [MSC3706] suggests adding an error code (`M_UNABLE_DUE_TO_PARTIAL_STATE`) to the Server-Server API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's really not an appendix to MSC3706. That's specific to /send_join
, whereas this covers other federation APIs.
|
||
This appendix to [MSC3706] suggests adding an error code (`M_UNABLE_DUE_TO_PARTIAL_STATE`) to the Server-Server API. | ||
|
||
This error can be returned by a server when it is unable to answer a query whilst it is undergoing an MSC3706 partial state join, for example because: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which APIs are allowed to return this error code?
|
||
This appendix to [MSC3706] suggests adding an error code (`M_UNABLE_DUE_TO_PARTIAL_STATE`) to the Server-Server API. | ||
|
||
This error can be returned by a server when it is unable to answer a query whilst it is undergoing an MSC3706 partial state join, for example because: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I receive this error code as a homeserver, how should I behave differently?
This MSC is currently considered a draft
Rendered