xmpp-parsers: Implement XEP-0386: Bind 2

This depends on XEP-0313 for its MAM metadata, and many others such as
XEP-0198, XEP-0280 and XEP-0352 for the inline features, but we
currently provide those as minidom Elements instead.
This commit is contained in:
Emmanuel Gil Peyrot 2024-07-01 19:08:22 +02:00 committed by Link Mauve
commit c631e4eff4
5 changed files with 251 additions and 0 deletions

View file

@ -1,6 +1,7 @@
Version xxx:
0000-00-00 Authors
* New parsers/serialisers:
- Bind 2 (XEP-0386)
- Fast Authentication Streamlining Tokens (XEP-0484)
* Improvements:
- Re-export the jid module entirely.