mod_muc_occupant_id: add TODO regarding MAM handling
authorMaxime “pep” Buquet <pep@bouah.net>
Thu, 12 Sep 2019 01:16:26 +0200
changeset 3674 6a437d6eb69f
parent 3673 14ad3f853c51
child 3675 73c456d9ec67
mod_muc_occupant_id: add TODO regarding MAM handling
mod_muc_occupant_id/mod_muc_occupant_id.lua
--- 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);