Skip to content

Commit e0b801b

Browse files
authored
XEP-0198: Remove leftover optional and required children in sm element (#1447)
Both had been removed from the example in 0dcc653, and were only specified in the XML Schema in 0.10 (see 44d5857). They were never specified.
1 parent cce9d74 commit e0b801b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

xep-0198.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
&dcridland;
3131
&mwild;
3232
&tmolitor;
33+
<revision>
34+
<version>1.6.3</version>
35+
<date>2025-07-28</date>
36+
<initials>egp</initials>
37+
<remark><p>Remove leftover &lt;optional/&gt; and &lt;required/&gt; children in &lt;sm/&gt; element.</p></remark>
38+
</revision>
3339
<revision>
3440
<version>1.6.2</version>
3541
<date>2024-09-24</date>
@@ -769,14 +775,7 @@
769775
770776
<xs:element name='resumed' type='resumptionElementType'/>
771777
772-
<xs:element name='sm'>
773-
<xs:complexType>
774-
<xs:choice>
775-
<xs:element name='optional' type='empty'/>
776-
<xs:element name='required' type='empty'/>
777-
</xs:choice>
778-
</xs:complexType>
779-
</xs:element>
778+
<xs:element name='sm' type='empty'/>
780779
781780
<xs:complexType name='resumptionElementType'>
782781
<xs:simpleContent>

0 commit comments

Comments
 (0)