decentralized-identity / decentralized-identity/aries-rfcs
Message Content Type
Open
- Dominant language
- Python
- Stars
- 344
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
Bases on Aries [RFC 0095: Basic Message Protocol 1.0](https://github.com/hyperledger/aries-rfcs/tree/070b325ef4a55005d79d03eb629f0399f3a0dfc4/features/0095-basic-message), there is no way to to know if a message can contain rich text (e.g.: html, markup).
From an issuer perspective they may want to send message that contains links, and want to annotate those links in a nice hyperlink way.
Workaround:
- parse URLs based on `http://` and `http://` and display as hyperlink
Contributor guide
Assessment
This issue has not been assessed yet.