mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge commit 'refs/pull/693/head' of https://github.com/xsf/xeps into feature/xep-0060
This commit is contained in:
commit
945652bf33
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user