Thu, 04 Nov 2021 20:18:02 +0100 mod_rest: Map the XEP-0313 <fin> element to make paging work
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 20:18:02 +0100] rev 4751
mod_rest: Map the XEP-0313 <fin> element to make paging work
Thu, 04 Nov 2021 20:17:07 +0100 mod_rest: Imply type=set for archive queries
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 20:17:07 +0100] rev 4750
mod_rest: Imply type=set for archive queries This is what makes GET /archive/{to} do the query instead of retrieve the form only.
Thu, 04 Nov 2021 20:15:44 +0100 mod_rest: Let 'type' be implied in path based queries
Kim Alvefur <zash@zash.se> [Thu, 04 Nov 2021 20:15:44 +0100] rev 4749
mod_rest: Let 'type' be implied in path based queries This will make e.g. MAM queries work via GET /archive/{to}
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.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip