# HG changeset patch # User Kim Alvefur # Date 1482763412 -3600 # Node ID 06e3b0ef8bdfcad9f76e94d7850161e89db88715 # Parent e5795f5f7a7b150ab9b1da587aa0683cb396a237 mod_mam_muc: Remove TODO about logging presence since it can do that already diff -r e5795f5f7a7b -r 06e3b0ef8bdf 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);