In case we want to add support for NIP-44 in the future, the following implementation might be useful as a starting point:
https://github.com/BareBits/electrum_clink/blob/eca42f8a7c0adadbd8473837c671a86c75923efc/clink/nip44.py
NIP-44 is a direct message specification with better metadata privacy than NIP-04 an alternative encryption scheme (to the one used in NIP-04). It is used e.g. by the current NWC spec and NIP-17 DMs.
In case we want to add support for NIP-44 in the future, the following implementation might be useful as a starting point:
https://github.com/BareBits/electrum_clink/blob/eca42f8a7c0adadbd8473837c671a86c75923efc/clink/nip44.py
NIP-44 is
a direct message specification with better metadata privacy than NIP-04an alternative encryption scheme (to the one used in NIP-04). It is used e.g. by the current NWC spec and NIP-17 DMs.