From f0139b4d88e99afb699c968b7d8322f25994f6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 17 Dec 2022 12:01:28 +0100 Subject: [PATCH] parsers/muc/user: Add 333 status: Status::ServiceErrorKick MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- parsers/src/muc/user.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parsers/src/muc/user.rs b/parsers/src/muc/user.rs index 3319b1b7..2585913a 100644 --- a/parsers/src/muc/user.rs +++ b/parsers/src/muc/user.rs @@ -73,6 +73,9 @@ Status, "status", MUC_USER, "code", { /// 332: Inform user that he or she is being removed from the room /// because the MUC service is being shut down ServiceShutdown => 332, + + /// 333: Inform a user that they are being removed from the room for technical reasons + ServiceErrorKick => 333, }); /// Optional element used in elements inside presence stanzas of type