mod_muc_gc10/mod_muc_gc10.lua
changeset 2948 37ec4c2f319a
parent 2944 0167a102ed35
child 3552 8a15a9b13881
--- 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