From 06c1d3a95ae9541b923565bafc2f9e171a6a3c2b Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Fri, 21 Jan 2022 17:18:14 +0100 Subject: [PATCH] XEP-0060: Release version 1.23.0 Advertise support and fix typo: * Advertise support for publishing items * Replace 'allow' with 'allows' --- xep-0060.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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:

+
    +
  • Advertise support for publishing items
  • +
  • Replace 'allow' with 'allows'
  • +
+
+
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