XEP-0060: Remove unused 'node' attribute on pubsub#event item

This commit is contained in:
Emmanuel Gil Peyrot 2018-08-02 22:19:29 +02:00
parent bdc28943ad
commit cd8d05a660
1 changed files with 8 additions and 1 deletions

View File

@ -50,6 +50,14 @@
&stpeter;
&ralphm;
<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>
@ -7004,7 +7012,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>