Mon, 21 Dec 2020 15:43:35 +0100 muc_mention_notifications: Rename module
JC Brand <jc@opkode.com> [Mon, 21 Dec 2020 15:43:35 +0100] rev 4311
muc_mention_notifications: Rename module No need for the additional "room" in the name.
Mon, 21 Dec 2020 15:41:58 +0100 muc_room_mention_notifications: Set xmlns to what's used in the protoXEP
JC Brand <jc@opkode.com> [Mon, 21 Dec 2020 15:41:58 +0100] rev 4310
muc_room_mention_notifications: Set xmlns to what's used in the protoXEP
Mon, 21 Dec 2020 15:39:56 +0100 muc_room_mention_notifications: Handle referenced JID being a MUC nickname JID
JC Brand <jc@opkode.com> [Mon, 21 Dec 2020 15:39:56 +0100] rev 4309
muc_room_mention_notifications: Handle referenced JID being a MUC nickname JID instead of assuming that we'll always receive the user's real JID
Fri, 18 Dec 2020 16:31:01 +0100 mod_muc_http_auth: Bugfix: Not properly listening on register IQs
Seve Ferrer <seve@delape.net> [Fri, 18 Dec 2020 16:31:01 +0100] rev 4308
mod_muc_http_auth: Bugfix: Not properly listening on register IQs
Fri, 18 Dec 2020 15:28:12 +0100 Improve UX by providing defaults users expect
Seve Ferrer <seve@delape.net> [Fri, 18 Dec 2020 15:28:12 +0100] rev 4307
Improve UX by providing defaults users expect
Tue, 15 Dec 2020 23:40:18 +0000 mod_migrate: Add support for the fictitious pep_data store
Matthew Wild <mwild1@gmail.com> [Tue, 15 Dec 2020 23:40:18 +0000] rev 4306
mod_migrate: Add support for the fictitious pep_data store
Tue, 15 Dec 2020 14:16:11 +0100 mod_muc_http_auth: Use get_option_set API properly
Seve Ferrer <seve@delape.net> [Tue, 15 Dec 2020 14:16:11 +0100] rev 4305
mod_muc_http_auth: Use get_option_set API properly
Tue, 15 Dec 2020 10:49:11 +0000 mod_vcard_muc: Pass room object around instead of JID, hopefully fixing traceback
Matthew Wild <mwild1@gmail.com> [Tue, 15 Dec 2020 10:49:11 +0000] rev 4304
mod_vcard_muc: Pass room object around instead of JID, hopefully fixing traceback More efficient to pass the object around instead of using the JID and looking up the object when needed. It seems in some (undetermined) cases get_room_from_jid(room.jid) is nil.
Tue, 15 Dec 2020 11:26:29 +0100 For deployments that have https://hg.prosody.im/trunk/file/tip/plugins/muc/register.lib.lua#l7 and use https://modules.prosody.im/mod_muc_http_auth.html users can still register to a MUC even if they are not allowed to join. That means they would receive RAI or RMN, for instance.
Seve Ferrer <seve@delape.net> [Tue, 15 Dec 2020 11:26:29 +0100] rev 4303
For deployments that have https://hg.prosody.im/trunk/file/tip/plugins/muc/register.lib.lua#l7 and use https://modules.prosody.im/mod_muc_http_auth.html users can still register to a MUC even if they are not allowed to join. That means they would receive RAI or RMN, for instance.
Mon, 14 Dec 2020 12:09:25 +0000 mod_muc_markers: Add option for @id rewriting, default off (may break some clients)
Matthew Wild <mwild1@gmail.com> [Mon, 14 Dec 2020 12:09:25 +0000] rev 4302
mod_muc_markers: Add option for @id rewriting, default off (may break some clients) XEP-0333 was updated to clarify that stanza-id should be used instead of the 'id' attribute when in a MUC. Some clients still use the id attribute, which is why we were rewriting it. Rewriting is bad because mod_muc advertises stable_id, indicating that Prosody does *not* rewrite ids. Recent versions of Conversations actually depend on this being true. All clients should migrate to using stanza-id for markers. See XEP-0333.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip