We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84e713 commit 6be7c13Copy full SHA for 6be7c13
xep-0388.xml
@@ -26,6 +26,14 @@
26
&dcridland;
27
&tmolitor;
28
&mwild;
29
+ <revision>
30
+ <version>1.0.3</version>
31
+ <date>2025-06-12</date>
32
+ <initials>lnj</initials>
33
+ <remark><ul>
34
+ <li>Add missing minOccurs='0' to additional-data in <continue/> in XML schema.</li>
35
+ </ul></remark>
36
+ </revision>
37
<revision>
38
<version>1.0.2</version>
39
<date>2024-08-06</date>
@@ -778,7 +786,7 @@
778
786
<xs:element name="continue">
779
787
<xs:complexType>
780
788
<xs:sequence>
781
- <xs:element name="additional-data" type="SaslData"/>
789
+ <xs:element name="additional-data" type="SaslData" minOccurs='0'/>
782
790
<xs:element name="tasks">
783
791
784
792
0 commit comments