# HG changeset patch # User Kim Alvefur # Date 1742756226 -3600 # Node ID 1a8e47d42264a7291a00a7d21b1ddf7c76bb20d8 # Parent 36ac4fbab2f8602066748a6184648f8ccdaac7ec doap: Add XEP-0334 diff -r 36ac4fbab2f8 -r 1a8e47d42264 doc/doap.xml --- a/doc/doap.xml Sun Mar 23 19:47:34 2025 +0100 +++ b/doc/doap.xml Sun Mar 23 19:57:06 2025 +0100 @@ -726,6 +726,15 @@ + + 1.0.0 + 0.10.0 + complete + Used in mod_carbons, mod_mam, and mod_muc + + + + 1.0.0 0.11.0 diff -r 36ac4fbab2f8 -r 1a8e47d42264 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Sun Mar 23 19:47:34 2025 +0100 +++ b/plugins/mod_mam/mod_mam.lua Sun Mar 23 19:57:06 2025 +0100 @@ -341,7 +341,6 @@ end if stanza:get_child("no-store", "urn:xmpp:hints") or stanza:get_child("no-permanent-store", "urn:xmpp:hints") then - -- XXX Experimental XEP return false, "hint"; end if stanza:get_child("store", "urn:xmpp:hints") then diff -r 36ac4fbab2f8 -r 1a8e47d42264 plugins/muc/history.lib.lua --- a/plugins/muc/history.lib.lua Sun Mar 23 19:47:34 2025 +0100 +++ b/plugins/muc/history.lib.lua Sun Mar 23 19:57:06 2025 +0100 @@ -204,7 +204,6 @@ local stanza = event.stanza; if stanza:get_child("no-store", "urn:xmpp:hints") or stanza:get_child("no-permanent-store", "urn:xmpp:hints") then - -- XXX Experimental XEP return false, "hint"; end if stanza:get_child("store", "urn:xmpp:hints") then