diff --git a/parsers/src/muc/user.rs b/parsers/src/muc/user.rs index 3319b1b72fc7ead9e39f2a010c1a8766cd24f744..2585913ac25a32954db25335ed02b132dd624052 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