Diff

plugins/muc/history.lib.lua @ 13790:24252947a8ca 13.0

doap: Add XEP-0333
author Kim Alvefur <zash@zash.se>
date Sun, 23 Mar 2025 19:59:45 +0100
parent 13789:1a8e47d42264
line wrap: on
line diff
--- a/plugins/muc/history.lib.lua	Sun Mar 23 19:57:06 2025 +0100
+++ b/plugins/muc/history.lib.lua	Sun Mar 23 19:59:45 2025 +0100
@@ -218,7 +218,6 @@
 		return true, "encrypted";
 	end
 	if stanza:get_child(nil, "urn:xmpp:chat-markers:0") then
-		-- XXX Experimental XEP
 		return true, "marker";
 	end
 end, -1);