New XHTML-IM parser (XEP-0071).

This commit is contained in:
Emmanuel Gil Peyrot 2019-08-25 19:01:51 +02:00
commit 7ebfe3e881
5 changed files with 490 additions and 1 deletions

View file

@ -1,8 +1,9 @@
Version NEXT:
DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers:
- Message Carbons (XEP-0280)
- XHTML-IM (XEP-0071)
- Bits of Binary (XEP-0231)
- Message Carbons (XEP-0280)
* Breaking changes:
- Stop reexporting TryFrom and TryInto, they are available in
std::convert nowadays.