Le mercredi 1 avril 2026, 09:30:42 heure d’été d’Europe centrale Daniel
Gultsch a écrit :
The XMPP Extensions Editor has received a proposal for
a new XEP.
Title: Occupant Mute Synchronization
Abstract:
Allows synchronizing a list of muted group chat participants between
multiple clients.
URL:
https://xmpp.org/extensions/inbox/xep-occupant-mute-sync.html
The Council will decide in the next two weeks whether to accept this
proposal as an official XEP.
_______________________________________________
Standards mailing list -- standards(a)xmpp.org
To unsubscribe send an email to standards-leave(a)xmpp.org
Hi, thanks for the contribution,
My main concern with storing a list of <mute> in bookmarks2 is the risk of
race condition. Also, what if user is in a very huge room and mute dozen of
participants? The later is probably niche, the former can be mitigated by
XEP-0395 but it's AFAIK not supported anywhere so far (note that I plan to
implement it in my Pubsub component). In practice the risk is very low, as one
user is probably muting on a single device at a time, but I can imagine cases
where it happens (e.g. delayed notification).
Best,
Goffi