mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
XEP-0060: Remove unused 'node' attribute on pubsub#event item
This commit is contained in:
parent
bdc28943ad
commit
cd8d05a660
@ -50,6 +50,14 @@
|
|||||||
&stpeter;
|
&stpeter;
|
||||||
&ralphm;
|
&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>
|
<revision>
|
||||||
<version>1.15.2</version>
|
<version>1.15.2</version>
|
||||||
<date>2018-05-14</date>
|
<date>2018-05-14</date>
|
||||||
@ -7004,7 +7012,6 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
|
|||||||
<xs:any namespace='##other'/>
|
<xs:any namespace='##other'/>
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
<xs:attribute name='id' type='xs:string' use='optional'/>
|
<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:attribute name='publisher' type='xs:string' use='optional'/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
Loading…
Reference in New Issue
Block a user