mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
doap, ChangeLog: Add support for occupand-id (XEP-0421).
This commit is contained in:
parent
943292a749
commit
d9a6aeea99
2 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,7 @@ DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
|||
* New parsers/serialisers:
|
||||
- Client State Indication (XEP-0352)
|
||||
- OpenPGP for XMPP (XEP-0373)
|
||||
- Anonymous unique occupant identifiers for MUCs (XEP-0421)
|
||||
* Breaking changes:
|
||||
- Presence constructors now take Into<Jid> and assume Some.
|
||||
|
||||
|
|
8
doap.xml
8
doap.xml
|
@ -440,6 +440,14 @@
|
|||
<xmpp:since>0.1.0</xmpp:since>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
<implements>
|
||||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/>
|
||||
<xmpp:status>complete</xmpp:status>
|
||||
<xmpp:version>0.1.0</xmpp:version>
|
||||
<xmpp:since>NEXT</xmpp:since>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
|
|
Loading…
Reference in a new issue