mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
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:
parent
ff386ef484
commit
55e9e3baec
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user