xmpp-parsers: Add In-Band Real Time Text support

This commit is contained in:
Emmanuel Gil Peyrot 2022-03-22 16:01:47 +01:00 committed by Link Mauve
commit e076ba52e2
4 changed files with 276 additions and 0 deletions

View file

@ -411,6 +411,14 @@
<xmpp:since>0.1.0</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0301.html"/>
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.0</xmpp:version>
<xmpp:since>NEXT</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0308.html"/>