mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0060: Add missing @publisher in pubsub schema.
This attribute had been added in revision 1.13, but only the pubsub#event schema had been updated, this fixes it for the pubsub schema too.
This commit is contained in:
parent
e265f78979
commit
f324f2328a
@ -49,6 +49,14 @@
|
||||
&pgmillard;
|
||||
&stpeter;
|
||||
&ralphm;
|
||||
<revision>
|
||||
<version>1.15.7</version>
|
||||
<date>2019-01-27</date>
|
||||
<initials>egp</initials>
|
||||
<remark>
|
||||
<p>Add 'publisher' attribute to <item/> in the http://jabber.org/protocol/pubsub schema, forgotten in revision 1.13.</p>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.15.6</version>
|
||||
<date>2018-11-22</date>
|
||||
@ -6722,6 +6730,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
|
||||
<xs:any namespace='##other'/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name='id' 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