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

MSC3881: Remotely toggle push notifications for another client #3881

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update proposals/3881-remote-push-notification-toggling.md
Co-authored-by: Travis Ralston <[email protected]>
  • Loading branch information
Kerry and turt2live authored Nov 21, 2022
commit 8fc3851cd0b9d50fc6a64b16220afd77fe6fd174
2 changes: 1 addition & 1 deletion proposals/3881-remote-push-notification-toggling.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ MSC.
Home servers should indicate their support of this MSC by adding `org.matrix.msc3881` and `org.matrix.msc3881.stable` in
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we should also explain the difference between the 2 values: with or without stable prefix. Or add a link to a spec/doc explaining this difference.

The stable suffix seems to indicate that stable fields for the feature are now exposed from the server and can now be used in clients. This enables client to know whether it should use the stable or unstable fields.

the response of `/_matrix/client/versions`.

Clients that connect to a home server that doesn't yet support this proposal should interpret a missing `enabled` value
Clients that connect to a homeserver that doesn't yet support this proposal should interpret a missing `enabled` value
as `true`.

Home servers should migrate pushers that were registered before this proposal so that `enabled` is `true`
Expand Down