XEP-0060: Release version 1.23.0

Advertise support and fix typo:

* Advertise support for publishing items
* Replace 'allow' with 'allows'
This commit is contained in:
Melvin Keskin 2022-01-21 17:18:14 +01:00
parent 00ea099c7a
commit 06c1d3a95a
No known key found for this signature in database
GPG Key ID: 04EFAD0F7A4D9724
1 changed files with 14 additions and 2 deletions

View File

@ -49,6 +49,18 @@
&pgmillard;
&stpeter;
&ralphm;
<revision>
<version>1.23.0</version>
<date>2022-01-21</date>
<initials>melvo</initials>
<remark>
<p>Advertise support and fix typo:</p>
<ul>
<li>Advertise support for publishing items</li>
<li>Replace 'allow' with 'allows'</li>
</ul>
</remark>
</revision>
<revision>
<version>1.22.1</version>
<date>2021-12-26</date>
@ -2714,7 +2726,7 @@ And by opposing end them?
<section1 topic='Publisher Use Cases' anchor='publisher'>
<section2 topic='Publish an Item to a Node' anchor='publisher-publish'>
<section3 topic='Request' anchor='publisher-publish-request'>
<p>Any entity that is allowed to publish items to a node (i.e., a publisher or an owner) may do so at any time by sending an IQ-set to the service containing a pubsub element with a &lt;publish/&gt; child.</p>
<p>A pubsub service MAY support the ability to publish items (if so, it MUST advertise support for the "http://jabber.org/protocol/pubsub#publish" feature). Any entity that is allowed to publish items to a node (i.e., a publisher or an owner) may do so at any time by sending an IQ-set to the service containing a pubsub element with a &lt;publish/&gt; child.</p>
<p>The syntax is as follows:</p>
<ul>
<li>The &lt;publish/&gt; element MUST possess a 'node' attribute, specifying the NodeID of the node.</li>
@ -5257,7 +5269,7 @@ And by opposing end them?
</tr>
<tr>
<td>multi-items</td>
<td>The service supports the storage of multiple items per node. It requires the pubsub#max_items configuration item to be exposed to the user and allow sensible values (higher than one) to be set in <link url='#owner-configure'>Configure a Node</link>.</td>
<td>The service supports the storage of multiple items per node. It requires the pubsub#max_items configuration item to be exposed to the user and allows sensible values (higher than one) to be set in <link url='#owner-configure'>Configure a Node</link>.</td>
<td>OPTIONAL</td>
<td>&#160;</td>
</tr>