parsers/muc/user: Add 333 status: Status::ServiceErrorKick
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f8cd3c4fff
commit
f0139b4d88
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ Status, "status", MUC_USER, "code", {
|
||||||
/// 332: Inform user that he or she is being removed from the room
|
/// 332: Inform user that he or she is being removed from the room
|
||||||
/// because the MUC service is being shut down
|
/// because the MUC service is being shut down
|
||||||
ServiceShutdown => 332,
|
ServiceShutdown => 332,
|
||||||
|
|
||||||
|
/// 333: Inform a user that they are being removed from the room for technical reasons
|
||||||
|
ServiceErrorKick => 333,
|
||||||
});
|
});
|
||||||
|
|
||||||
/// Optional <actor/> element used in <item/> elements inside presence stanzas of type
|
/// Optional <actor/> element used in <item/> elements inside presence stanzas of type
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue