From be51e54c680fd94303a5e8681fd5340503976f0b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 23 Mar 2025 19:59:45 +0100 Subject: doap: Add XEP-0333 --- plugins/muc/history.lib.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/muc') 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); -- cgit v1.2.3