diff mod_muc_occupant_id/mod_muc_occupant_id.lua @ 3670:6a437d6eb69f

mod_muc_occupant_id: add TODO regarding MAM handling
author Maxime “pep” Buquet <pep@bouah.net>
date Thu, 12 Sep 2019 01:16:26 +0200
parents 7b02b8de6d27
children d60efdb947fd
line wrap: on
line diff
--- a/mod_muc_occupant_id/mod_muc_occupant_id.lua	Sun Sep 08 15:53:01 2019 +0200
+++ b/mod_muc_occupant_id/mod_muc_occupant_id.lua	Thu Sep 12 01:16:26 2019 +0200
@@ -39,6 +39,8 @@
 		return;
 	end
 
+	-- TODO: Handle MAM.
+
 	-- strip any existing <occupant-id/> tags to avoid forgery
 	stanza:remove_children("occupant-id", xmlns_occupant_id);