CommandType

- Added `MEMBERSHIP_LEAVE_REP`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-18 13:05:47 +02:00
parent bc2a5373b4
commit 4555242cff
1 changed files with 11 additions and 0 deletions

View File

@ -193,6 +193,17 @@ public enum CommandType
*/
MEMBERSHIP_LEAVE,
/**
* Membership (leave)
*
* Request to leave a
* given channel
*
* (Server reply with
* results)
*/
MEMBERSHIP_LEAVE_REP,
/**
* Server linkg request
*