xmtp / libxmtp

LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
42 stars 18 forks source link

Move the inner encrypted welcome payload to a proto wrapper, so we can support additional fields #547

Closed nplasterer closed 1 month ago

nplasterer commented 7 months ago

Hard to migrate if we don't do this.

insipx commented 1 month ago

This seems like it exists and is versioned: https://github.com/xmtp/libxmtp/blob/0a3787f023de5b9de510c11dcb7625265597ca09/xmtp_proto/src/gen/xmtp.mls.api.v1.rs#L5

@nplasterer