# HG changeset patch # User Matthew Wild # Date 1552902623 0 # Node ID f5623a1b33e5e7cf9d40c2b5cae9504eddec2016 # Parent 84916bbe59857c3a3b77929580a6509d35bc4c9e MUC: Update error message for consistency diff -r 84916bbe5985 -r f5623a1b33e5 plugins/muc/muc.lib.lua --- a/plugins/muc/muc.lib.lua Sat Mar 16 18:51:02 2019 +0100 +++ b/plugins/muc/muc.lib.lua Mon Mar 18 09:50:23 2019 +0000 @@ -498,7 +498,7 @@ if orig_occupant == nil and not muc_x and stanza.attr.type == nil then module:log("debug", "Attempted join without , possibly desynced"); origin.send(st.error_reply(stanza, "cancel", "item-not-found", - "You must join the room before sending presence updates")); + "You are not currently connected to this chat")); return true; end