mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
doap: Add XEP-0334
This commit is contained in:
parent
4068c28023
commit
780b392d25
3 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue