xmpp-parsers: Add MIX to the supported XEPs.
This commit is contained in:
parent
048e49f786
commit
9737194b5e
2 changed files with 21 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
Version 0.18.0:
|
||||
UNRELEASED Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* New parsers/serialisers:
|
||||
- Mediated Information eXchange (MIX) (XEP-0369)
|
||||
|
||||
Version 0.17.0:
|
||||
2020-02-15 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Maxime “pep” Buquet <pep@bouah.net>, Paul Fariello <paul@fariello.eu>
|
||||
* Improvements:
|
||||
|
|
|
@ -458,6 +458,14 @@
|
|||
<xmpp:since>0.1.0</xmpp:since>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
<implements>
|
||||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0369.html"/>
|
||||
<xmpp:status>complete</xmpp:status>
|
||||
<xmpp:version>0.14.3</xmpp:version>
|
||||
<xmpp:since>NEXT</xmpp:since>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
<implements>
|
||||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0373.html"/>
|
||||
|
|
Loading…
Reference in a new issue