changeset 2944:37ec4c2f319a

mod_muc_gc10: Catch joins correctly (thanks Ge0rG)
author Kim Alvefur <zash@zash.se>
date Thu, 22 Mar 2018 16:16:07 +0100
parents 7e5d8d5bc326
children ec7f9c8f2a5f
files mod_muc_gc10/mod_muc_gc10.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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