diff options
author | Kim Alvefur <zash@zash.se> | 2025-03-23 19:59:45 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-03-23 19:59:45 +0100 |
commit | be51e54c680fd94303a5e8681fd5340503976f0b (patch) | |
tree | 890c4bcbfb1b0ee02ce8e8c7a88ab23a8949781e /plugins/muc | |
parent | 780b392d25ff067015f561fcb152bc01ac3ea650 (diff) | |
download | prosody-be51e54c680fd94303a5e8681fd5340503976f0b.tar.gz prosody-be51e54c680fd94303a5e8681fd5340503976f0b.zip |
doap: Add XEP-0333
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 8d8fcf14..f85decfb 100644 --- a/plugins/muc/history.lib.lua +++ b/plugins/muc/history.lib.lua @@ -218,7 +218,6 @@ module:hook("muc-message-is-historic", function (event) return true, "encrypted"; end if stanza:get_child(nil, "urn:xmpp:chat-markers:0") then - -- XXX Experimental XEP return true, "marker"; end end, -1); |