Thu, 04 Nov 2021 20:13:43 +0100 mod_rest: Stop search when an implied type is determined
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 20:13:43 +0100] rev 4748
mod_rest: Stop search when an implied type is determined Optimization only, as the iteration order is undefined. And not much since there's not that many entries in the implied_types map.
Thu, 04 Nov 2021 20:04:13 +0100 mod_rest: Add some convenience mapping to make MAM queries easier
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 20:04:13 +0100] rev 4747
mod_rest: Add some convenience mapping to make MAM queries easier
Thu, 04 Nov 2021 20:03:36 +0100 mod_rest: Add support for mapping of XEP-0313 query iqs
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 20:03:36 +0100] rev 4746
mod_rest: Add support for mapping of XEP-0313 query iqs
Thu, 04 Nov 2021 19:46:38 +0100 mod_rest: Add XEP-0059 mapping
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 19:46:38 +0100] rev 4745
mod_rest: Add XEP-0059 mapping Will be useful for MAM
Thu, 04 Nov 2021 19:36:11 +0100 mod_rest: Add XEP-0004 mapping for future reuse
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 19:36:11 +0100] rev 4744
mod_rest: Add XEP-0004 mapping for future reuse For use with MAM and such
Wed, 03 Nov 2021 21:16:11 +0100 mod_bookmarks2: Fix comparison
Kim Alvefur <zash@zash.se> [Wed, 03 Nov 2021 21:16:11 +0100] rev 4743
mod_bookmarks2: Fix comparison The nick and password elements are children of the conference element, rather than the pubsub item element passed to the function.
Wed, 03 Nov 2021 21:11:55 +0100 mod_bookmarks2: Fix handling of nick and password elements
Kim Alvefur <zash@zash.se> [Wed, 03 Nov 2021 21:11:55 +0100] rev 4742
mod_bookmarks2: Fix handling of nick and password elements This form of child retrieval fails when the stanza elements internally don't have an 'xmlns' attribute, which can happen sometimes for some reason, including when they have been constructed via the stanza builder API. When that is the case then the explicit namespace arguemnt does not match the nil value of the internal attribute. Calling `:get_child()` without the namespace argument does the right thing here, with both nil and the parent namespace as valid values for the internal attribute.
Wed, 03 Nov 2021 20:15:14 +0100 mod_rest: Remove unused variable [luacheck]
Kim Alvefur <zash@zash.se> [Wed, 03 Nov 2021 20:15:14 +0100] rev 4741
mod_rest: Remove unused variable [luacheck] Copied from core.stanza_router where it was probably used later in some code not included in the copy.
Wed, 03 Nov 2021 13:47:34 +0100 mod_reminders: Fix README metadata syntax
Kim Alvefur <zash@zash.se> [Wed, 03 Nov 2021 13:47:34 +0100] rev 4740
mod_reminders: Fix README metadata syntax
Mon, 01 Nov 2021 15:51:59 +0100 mod_rest: Fire pre-events
Kim Alvefur <zash@zash.se> [Mon, 01 Nov 2021 15:51:59 +0100] rev 4739
mod_rest: Fire pre-events Let event handlers on pre-events have effect.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip