diff options
author | Kim Alvefur <zash@zash.se> | 2025-03-23 19:57:06 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-03-23 19:57:06 +0100 |
commit | 780b392d25ff067015f561fcb152bc01ac3ea650 (patch) | |
tree | 4087b010575a13629fa3641a32faae5b89196c85 /plugins/muc | |
parent | 4068c2802356d92efb80a2b335568f9ebdfac219 (diff) | |
download | prosody-780b392d25ff067015f561fcb152bc01ac3ea650.tar.gz prosody-780b392d25ff067015f561fcb152bc01ac3ea650.zip |
doap: Add XEP-0334
Diffstat (limited to 'plugins/muc')
-rw-r--r-- | plugins/muc/history.lib.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/muc/history.lib.lua b/plugins/muc/history.lib.lua index 005bd1d8..8d8fcf14 100644 --- a/plugins/muc/history.lib.lua +++ b/plugins/muc/history.lib.lua @@ -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 |