Skip to content

fix: set announce transition opcode as a binary message #7592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/opcodes-and-status-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Our voice gateways have their own set of opcodes and close codes.
| 26 | DAVE MLS Key Package | client | MLS Key Package for pending group member | X |
| 27 | DAVE MLS Proposals | server | MLS Proposals to be appended or revoked | X |
| 28 | DAVE MLS Commit Welcome | client | MLS Commit with optional MLS Welcome messages | X |
| 29 | DAVE MLS Announce Commit Transition | server | MLS Commit to be processed for upcoming transition | |
| 29 | DAVE MLS Announce Commit Transition | server | MLS Commit to be processed for upcoming transition | X |
| 30 | DAVE MLS Welcome | server | MLS Welcome to group for upcoming transition | X |
| 31 | DAVE MLS Invalid Commit Welcome | client | Flag invalid commit or welcome, request re-add | |

Expand Down