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:
|
* New parsers/serialisers:
|
||||||
- Client State Indication (XEP-0352)
|
- Client State Indication (XEP-0352)
|
||||||
- OpenPGP for XMPP (XEP-0373)
|
- OpenPGP for XMPP (XEP-0373)
|
||||||
|
- Anonymous unique occupant identifiers for MUCs (XEP-0421)
|
||||||
* Breaking changes:
|
* Breaking changes:
|
||||||
- Presence constructors now take Into<Jid> and assume Some.
|
- 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:since>0.1.0</xmpp:since>
|
||||||
</xmpp:SupportedXep>
|
</xmpp:SupportedXep>
|
||||||
</implements>
|
</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>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
|
|
Loading…
Reference in a new issue