Merge commit 'refs/pull/693/head' of https://github.com/xsf/xeps into feature/xep-0060

This commit is contained in:
Jonas Schäfer 2018-11-22 18:07:07 +01:00
commit 945652bf33
1 changed files with 8 additions and 1 deletions

View File

@ -69,6 +69,14 @@
<p>Add a new sentence and example about what to do if there are fewer items than requested present in a node.</p>
</remark>
</revision>
<revision>
<version>1.15.3</version>
<date>2018-08-02</date>
<initials>egp</initials>
<remark>
<p>Remove unused and never defined 'node' attribute in pubsub#event item schema. This had been added in version 1.8 of the JEP, but never used.</p>
</remark>
</revision>
<revision>
<version>1.15.2</version>
<date>2018-05-14</date>
@ -7034,7 +7042,6 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
<xs:any namespace='##other'/>
</xs:choice>
<xs:attribute name='id' type='xs:string' use='optional'/>
<xs:attribute name='node' type='xs:string' use='optional'/>
<xs:attribute name='publisher' type='xs:string' use='optional'/>
</xs:complexType>
</xs:element>