# HG changeset patch # User Jonas Wielicki # Date 1526569902 -7200 # Node ID 1b10802a770e86275f5f40bb2f6c09b62bfc04fa # Parent 564e897f079089c25f659f3acdfaccb48a332120 MUC: correctly emit tags diff -r 564e897f0790 -r 1b10802a770e plugins/muc/muc.lib.lua --- a/plugins/muc/muc.lib.lua Thu May 17 17:11:25 2018 +0200 +++ b/plugins/muc/muc.lib.lua Thu May 17 17:11:42 2018 +0200 @@ -1134,7 +1134,7 @@ :tag("reason"):text(reason or ""):up() :up(); local self_x = st.clone(x); - self_x:tag("status", {code="110"}); + self_x:tag("status", {code="110"}):up(); local presence_type = nil; if not role then -- getting kicked presence_type = "unavailable";