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:
parent
ff588d834e
commit
c631e4eff4
5 changed files with 251 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue