Hi, It's a great starting point. As additional input, here's a screenshot from the notification settings screen in Slack: https://imgur.com/i6O8GNO It's probably on the upper end of features one could possibly need, but I personally do enjoy having the different option for mobile devices.
Marvin On Wed, 2024-06-05 at 13:54 +0200, Timothée Jaussoin wrote: > > Hi, > > I remember that I implemented a few years ago something very similar > in Movim but never standardized it, it's maybe the time to do it. > > Here is my way of doing it. > > > <item id="[email protected]"> > <conference xmlns="urn:xmpp:bookmarks:1" name="Group" > autojoin="true"> > <nick>Miho</nick> > <extensions> > <notifications xmlns="xmpp:movim.eu/notifications:0" > notify="quoted"/> > </extensions> > </conference> > </item> > > > > From what I see in the XEP, it's really close: > > > > > > <notify xmlns='urn:xmpp:notification-settings:0' when='on-mention' /> > > > > > > "never", "always", "on-mention" for the XEP and "never", "always", > "quoted" for my implementation. > > > > > Happy to see that we came up with the same idea and proposal. Once > this XEP will move forward I'll update my code to implement it > accordingly :) > > > > > Regards, > > > > > edhelas > > > > > > Le 05/06/2024 à 12:50, Daniel Gultsch a écrit : > > > > > > The XMPP Extensions Editor has received a proposal for a new XEP. > > > > Title: Chat notification settings > > Abstract: > > This document defines an XMPP protocol extension to synchronise > > per- > > chat notification settings across different clients. > > > > URL: https://xmpp.org/extensions/inbox/notification-filter.html > > > > The Council will decide in the next two weeks whether to accept > > this > > proposal as an official XEP. > > _______________________________________________ > > Standards mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > > > _______________________________________________ > Standards mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ Standards mailing list -- [email protected] To unsubscribe send an email to [email protected]
