Skip to content
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

Add wire format capability negotiation extension #33

Open
bifurcation opened this issue Oct 15, 2024 · 0 comments
Open

Add wire format capability negotiation extension #33

bifurcation opened this issue Oct 15, 2024 · 0 comments

Comments

@bifurcation
Copy link

A notable omission from the Capabilities / RequiredCapabilities objects in RFC 9420 is the ability to negotiate support for new wire formats. This document should address that deficiency. What we would need is a supported_wire_formats extension, where:

  • The content of the extension is WireFormat wire_formats<V>;
  • The extension can appear in LeafNode and GroupContextExtensions
  • The semantic in LeafNode is "here are the new WireFormats I support"
  • The semantic in GroupContextExtensions is "here are the WireFormats that are required for this group"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant