diff --git a/xep-0060.xml b/xep-0060.xml index 49968ceb..e5b2b7bc 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -49,6 +49,18 @@ &pgmillard; &stpeter; &ralphm; + + 1.24.0 + 2022-01-21 + melvo + +

Advertise support and fix typo:

+ +
+
1.23.0 2022-01-14 @@ -2720,7 +2732,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.
  • @@ -5263,7 +5275,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