Merge branch 'xep-0319' of https://github.com/linkmauve/xeps into feature/xep-0319

This commit is contained in:
Jonas Wielicki 2017-09-15 18:08:58 +02:00
commit 30870a5f40
1 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,12 @@
<supersededby/> <supersededby/>
<shortname>idle</shortname> <shortname>idle</shortname>
&tobias; &tobias;
<revision>
<version>1.0.2</version>
<date>2017-07-17</date>
<initials>egp</initials>
<remark><p>Make the schema more precise about a date being a xs:dateTime.</p></remark>
</revision>
<revision> <revision>
<version>1.0.1</version> <version>1.0.1</version>
<date>2017-05-30</date> <date>2017-05-30</date>
@ -104,7 +110,7 @@
<xs:element name="idle"> <xs:element name="idle">
<xs:complexType> <xs:complexType>
<xs:attribute name="since" use="required" type="xs:string"/> <xs:attribute name="since" use="required" type="xs:dateTime"/>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>