Add an implementation of mutual message exchange (bLIP31, Mutual Message Exchange, Bolt12)
https://github.com/lightningdevkit/rust-lightning/pull/2829
Host: jbesraa -
Notes
This is part one of the review for bLIP/31 named “Mutual Message Exchange”. In this part, we will review the bLIP, and in the next session we will review the implementation at ldk/2829.
Questions
- Did you review bLIP31? Concept ACK, approach ACK, tested ACK, or NACK?
- What are the capabilities bLIP/31 introduces?
- Who initiates the messaging process? What are the pros/cons?
- How does bLIP/31 relate to bolt/11 and bolt/12?
- How does the message sender know they are able to exchange a message with the recipient?