XEP-0260: Make @sid required in the schema

Section 2.2 1. says “The 'sid' attribute MUST be included. This
attribute specifies the Stream ID for this bytestream.”
This commit is contained in:
Emmanuel Gil Peyrot 2018-05-04 18:27:45 +02:00
parent ff386ef484
commit 55e9e3baec
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ Romeo Juliet
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name='sid' type='xs:string' use='optional'/>
<xs:attribute name='sid' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>