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
當前提交 30870a5f40
共有 1 個文件被更改,包括 7 次插入1 次删除

查看文件

@ -24,6 +24,12 @@
<supersededby/>
<shortname>idle</shortname>
&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>
<version>1.0.1</version>
<date>2017-05-30</date>
@ -104,7 +110,7 @@
<xs:element name="idle">
<xs:complexType>
<xs:attribute name="since" use="required" type="xs:string"/>
<xs:attribute name="since" use="required" type="xs:dateTime"/>
</xs:complexType>
</xs:element>