doap: Add XEP-0334

This commit is contained in:
Kim Alvefur 2025-03-23 19:57:06 +01:00
parent 4068c28023
commit 780b392d25
3 changed files with 9 additions and 2 deletions

View file

@ -204,7 +204,6 @@ module:hook("muc-message-is-historic", function (event)
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