-
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
MSC2772: Notifications for Jitsi Calls #2772
base: old_master
Are you sure you want to change the base?
Conversation
This proposal adds the following predefined rules to the default underride rules: | ||
``` | ||
{ | ||
"rule_id": ".im.vector.jitsi", |
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.
we shouldn't ever specify non-matrix namespaces
and use the existing ones as the unstable versions
Hmm, this seems a weird direction given that push rules are on their way out: #2785 |
@@ -0,0 +1,131 @@ | |||
# MSC2772: Notifications for Jitsi Calls | |||
|
|||
Matrix supports conference calls in rooms througth the use of Jitsi widgets. A user receives |
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.
Matrix supports conference calls in rooms througth the use of Jitsi widgets. A user receives | |
Matrix supports conference calls in rooms through the use of Jitsi widgets. A user receives |
|
||
Matrix supports conference calls in rooms througth the use of Jitsi widgets. A user receives | ||
notifications when they receive a 1:1 VoIP call, but currently there are no notifications for | ||
any widget being added to a room, including Jitsi widgets, so user are not notified when a |
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.
any widget being added to a room, including Jitsi widgets, so user are not notified when a | |
any widget being added to a room, including Jitsi widgets, so users are not notified when a |
vs `m.jitsi` and `im.vector.modular.widgets` vs `m.widget`. Clients should provide present all three | ||
of these rules as single rule to the user and apply the same mdifications to each one of these rule |
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.
vs `m.jitsi` and `im.vector.modular.widgets` vs `m.widget`. Clients should provide present all three | |
of these rules as single rule to the user and apply the same mdifications to each one of these rule | |
vs `m.jitsi` and `im.vector.modular.widgets` vs `m.widget`. Clients should present all three of these | |
rules as a single rule to the user and apply the same modifications to each one of these rule |
## Security considerations | ||
|
||
Implementors must ensure to implement the condition checking for a state event, else there would be | ||
potential for this to be triggered by user without permission to send state events. |
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.
potential for this to be triggered by user without permission to send state events. | |
potential for this to be triggered by users without permission to send state events. |
The implementation of this MSC in Synapse has been merged: matrix-org/synapse#8286 |
Introduces a default push rule to trigger a notification when a Jitsi widget is added to a room.
Impl: matrix-org/synapse#8286
Rendered