# HG changeset patch # User Kim Alvefur # Date 1644249139 -3600 # Node ID 806f7c8d830b890e2e8ae7b9b1233d409fe7e00a # Parent cbe71ecb46776e095fe33ce0457827e1a77d324c mod_ping_muc: Remove 'kick' status code The intent is "you fell off", not "you were kicked out", however older clients may not recognise the 333 code, but that will have to be an acceptable loss. diff -r cbe71ecb4677 -r 806f7c8d830b mod_ping_muc/mod_ping_muc.lua --- a/mod_ping_muc/mod_ping_muc.lua Sat Feb 05 01:11:22 2022 +0100 +++ b/mod_ping_muc/mod_ping_muc.lua Mon Feb 07 16:52:19 2022 +0100 @@ -52,7 +52,6 @@ :text_tag("reason", err.text or "Connection to remote server lost") :up() :tag("status", { code = "110" }):up() - :tag("status", { code = "307" }):up() :tag("status", { code = "333" }):up() :reset()); end);