mod_bookmarks/mod_bookmarks.lua
author Kim Alvefur <zash@zash.se>
Mon, 22 Aug 2022 23:51:07 +0200
changeset 5014 a1f49586d28a
parent 4890 cbe71ecb4677
permissions -rw-r--r--
mod_restrict_xmpp: Treat archive query as a read despite using iq-set XEP-0313 uses iq-set to initiate a query, but unlike many other uses of iq-set, this does not mutate anything on the server, so it should not be treated as a write request.

--% conflicts: mod_bookmarks
module:log("info", "mod_bookmarks has been deprecated, now loading mod_bookmarks2")
module:depends("bookmarks2")