Diff

plugins/mod_mam/mod_mam.lua @ 13791:aecdec3dad83

Merge 13.0->trunk
author Kim Alvefur <zash@zash.se>
date Sun, 23 Mar 2025 20:19:09 +0100
parent 13790:24252947a8ca
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua	Sun Mar 23 17:24:49 2025 +0100
+++ b/plugins/mod_mam/mod_mam.lua	Sun Mar 23 20:19:09 2025 +0100
@@ -341,7 +341,6 @@
 	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
@@ -365,7 +364,6 @@
 		return true, "receipt";
 	end
 	if stanza:get_child(nil, "urn:xmpp:chat-markers:0") then
-		-- XXX Experimental XEP
 		return true, "marker";
 	end
 	if stanza:get_child("x", "jabber:x:conference")