diff --git a/xep-0060.xml b/xep-0060.xml index 40390364..63286cf0 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -49,6 +49,18 @@ &pgmillard; &stpeter; &ralphm; + + 1.23.0 + 2022-01-21 + melvo + +

Advertise support and fix typo:

+ +
+
1.22.1 2021-12-26 @@ -2714,7 +2726,7 @@ And by opposing end them? -

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.

+

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.

The syntax is as follows:

  • The <publish/> element MUST possess a 'node' attribute, specifying the NodeID of the node.
  • @@ -5257,7 +5269,7 @@ And by opposing end them? multi-items - 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 Configure a Node. + 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 Configure a Node. OPTIONAL