Diff

plugins/mod_mam/mod_mam.lua @ 13789:1a8e47d42264 13.0

doap: Add XEP-0334
author Kim Alvefur <zash@zash.se>
date Sun, 23 Mar 2025 19:57:06 +0100
parent 13357:f424c9f1460b
child 13790:24252947a8ca
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua	Sun Mar 23 19:47:34 2025 +0100
+++ b/plugins/mod_mam/mod_mam.lua	Sun Mar 23 19:57:06 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