xmtp / libxmtp

MIT License
33 stars 13 forks source link

APIs in `xmtp_mls` for common identity actions #631

Open neekolas opened 2 months ago

neekolas commented 2 months ago

Expose high level APIs in xmtp_mls for common use-cases.

Dependencies

neekolas commented 2 months ago

Some of these might actually belong on the new Identity struct instead of on the client. That's where a lot of the current functionality lives. Feel free to move over any of my existing implementations if you think that makes sense