mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Merge branch 'xep-0060' into premerge
This commit is contained in:
commit
15d89d7dc2
16
xep-0060.xml
16
xep-0060.xml
@ -49,6 +49,18 @@
|
||||
&pgmillard;
|
||||
&stpeter;
|
||||
&ralphm;
|
||||
<revision>
|
||||
<version>1.24.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.23.0</version>
|
||||
<date>2022-01-14</date>
|
||||
@ -2720,7 +2732,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 <publish/> 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 <publish/> child.</p>
|
||||
<p>The syntax is as follows:</p>
|
||||
<ul>
|
||||
<li>The <publish/> element MUST possess a 'node' attribute, specifying the NodeID of the node.</li>
|
||||
@ -5263,7 +5275,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> </td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user