# HG changeset patch # User Kim Alvefur # Date 1521731767 -3600 # Node ID 37ec4c2f319a56ba077e3223e16d36939d9afc8b # Parent 7e5d8d5bc3262eda25b5143be96230f47bc2dd5c mod_muc_gc10: Catch joins correctly (thanks Ge0rG) diff -r 7e5d8d5bc326 -r 37ec4c2f319a mod_muc_gc10/mod_muc_gc10.lua --- a/mod_muc_gc10/mod_muc_gc10.lua Thu Mar 22 14:44:29 2018 +0100 +++ b/mod_muc_gc10/mod_muc_gc10.lua Thu Mar 22 16:16:07 2018 +0100 @@ -3,7 +3,7 @@ local rooms = module:depends"muc".rooms; -module:hook("presence/bare", function (event) +module:hook("presence/full", function (event) local stanza, origin = event.stanza, event.origin; if stanza.attr.type ~= nil then return end