Skip to content

Commit

Permalink
fix: use reserved extension type for external senders pending proper …
Browse files Browse the repository at this point in the history
…migration to draft-16
  • Loading branch information
beltram committed Aug 11, 2022
1 parent 46ee6e0 commit 525afa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmls/src/extensions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ pub enum ExtensionType {
RequiredCapabilities = 6,

/// Contains authorized clients allowed to craft external proposals to a group
ExternalSenders = 7,
// TODO: change to 0x0005 when moving to draft-16
ExternalSenders = 0xff00,
}

impl TryFrom<u16> for ExtensionType {
Expand Down

0 comments on commit 525afa0

Please sign in to comment.