# HG changeset patch # User Kim Alvefur # Date 1529427434 -7200 # Node ID b914ee44b49fb995d834489d2634010180f66e6b # Parent f84a6ad72548d98e169d7662994eb383f0ea89a2 mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins) diff -r f84a6ad72548 -r b914ee44b49f mod_minimix/mod_minimix.lua --- a/mod_minimix/mod_minimix.lua Tue Jun 19 18:56:57 2018 +0200 +++ b/mod_minimix/mod_minimix.lua Tue Jun 19 18:57:14 2018 +0200 @@ -58,6 +58,8 @@ end origin.send(st.reply(stanza)); return true; + elseif stanza.attr.type == nil and origin.joined_rooms and origin.joined_rooms[room_jid] then + return true; -- Supress these end end);