xmpp-parsers: Fix jingle thumbnails wrt the XEP changes
Version 0.4.2 added a restriction on width and height to be in the 0..65535 range. The media-type attribute has always been optional as well.
This commit is contained in:
parent
6d7a95b6ca
commit
7fca02958b
3 changed files with 30 additions and 14 deletions
|
|
@ -411,7 +411,7 @@
|
|||
<xmpp:SupportedXep>
|
||||
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0264.html"/>
|
||||
<xmpp:status>complete</xmpp:status>
|
||||
<xmpp:version>0.4.1</xmpp:version>
|
||||
<xmpp:version>0.4.2</xmpp:version>
|
||||
<xmpp:since>0.21.0</xmpp:since>
|
||||
</xmpp:SupportedXep>
|
||||
</implements>
|
||||
|
|
|
|||
Loading…
Reference in a new issue