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

@ -341,7 +341,6 @@ local function should_store(stanza) --> boolean, reason: string
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