mod_mam_muc: Remove TODO about logging presence since it can do that already
authorKim Alvefur <zash@zash.se>
Mon, 26 Dec 2016 15:43:32 +0100
changeset 2432 06e3b0ef8bdf
parent 2431 e5795f5f7a7b
child 2433 0b3c7b03cb90
mod_mam_muc: Remove TODO about logging presence since it can do that already
mod_mam_muc/mod_mam_muc.lua
--- a/mod_mam_muc/mod_mam_muc.lua	Thu Dec 22 16:16:39 2016 +0100
+++ b/mod_mam_muc/mod_mam_muc.lua	Mon Dec 26 15:43:32 2016 +0100
@@ -388,7 +388,6 @@
 	archive:delete(room_node);
 end);
 
--- TODO should we perhaps log presence as well?
 -- And role/affiliation changes?
 
 module:add_feature(xmlns_mam);