JC Brand
2018-08-30 08:16:48 UTC
Hi folks
I'm working on a fork of mod_cloud_notify, called mod_muc_cloud_notify, which
is a push notifications module for MUCs.
The idea is that the MUC advertises `urn:xmpp:push:0` and that clients can then
register push services for it.
The main usecase is not mobile with intermittent connection drops, but email
notifications for users who aren't currently in the MUC.
We're using the members list to figure out who to notify, and we're going to
look up the JID by room-reserved nickname.
This patch emits an event in mod_muc_mam, which we listen to in
mod_muc_cloud_notify, so that we know when to send out a push notification.
Regards
JC
I'm working on a fork of mod_cloud_notify, called mod_muc_cloud_notify, which
is a push notifications module for MUCs.
The idea is that the MUC advertises `urn:xmpp:push:0` and that clients can then
register push services for it.
The main usecase is not mobile with intermittent connection drops, but email
notifications for users who aren't currently in the MUC.
We're using the members list to figure out who to notify, and we're going to
look up the JID by room-reserved nickname.
This patch emits an event in mod_muc_mam, which we listen to in
mod_muc_cloud_notify, so that we know when to send out a push notification.
Regards
JC
--
You received this message because you are subscribed to the Google Groups "prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-dev+***@googlegroups.com.
To post to this group, send email to prosody-***@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-dev+***@googlegroups.com.
To post to this group, send email to prosody-***@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.