mlswg / mls-protocol Public
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 message/mls MIME Type #577
Comments
|
This seems like a fine idea to me. Could go as a section in the protocol spec, or as a separate (small) spec. |
|
Discussion on virtual interim:
|
|
|
@rohan-wire send a PR? |
|
Asking for friend: would we want to define (or use) a structured syntax suffix ala RFC 6839? |
|
@seanturner If you mean for multiple formats, no, we have only one encoding. If someone wants to re-encode the protocol as XML or whatever, a MIME type will be the least of their troubles. |
|
Fixed in #581 |
When MLS messages are transmitted over a protocol which supports Content-Type / MIME Type negotiation, signal that the message is an MLS message.
Because MLS messages are really a bag of formats today we should have a MIME type parameter which specifies the specific format included.
message/mls;format={application|handshake|welcome|keypackage|groupcontext}
The text was updated successfully, but these errors were encountered: