diff --git a/xep-0060.xml b/xep-0060.xml index c478cbb3..da96924a 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -48,6 +48,18 @@ &stpeter; &ralphm; + + 1.13rc1 + in progress, 2009-02-09 + psa + + + + + 1.12 2008-09-03 @@ -528,7 +540,7 @@ And by opposing end them? No -

* Note: A service MAY allow any publisher to delete any item once it has been published to that node instead of allowing only the original publisher to remove it (this is discoverable via the "pubsub#delete-any" feature).

+

* Note: A service MAY allow any publisher to delete any item once it has been published to that node instead of allowing only the original publisher to remove it.

The ways in which an entity changes its affiliation with a node are well-defined. Typically, action by an owner is required to make an affiliation state transition. Affiliation changes and their triggering actions are specified in the following table.

@@ -962,7 +974,8 @@ And by opposing end them? - + + @@ -994,7 +1007,7 @@ And by opposing end them? ]]> -

An entity MAY also request its subscriptions at a specific node (e.g., if it has subscriptions with multiple SubIDs) by including a 'node' attribute on the <subscriptions/> element.

+

An entity MAY also request all of its subscriptions at a specific node (e.g., if it has subscriptions with multiple SubIDs) by including a 'node' attribute on the <subscriptions/> element.

]]> -

The service would then return only the subscriptions to that node.

- The service would then return only the entity's subscriptions to that specific node; this acts as a filter on the entity's subscriptions.

+ + id='subscriptions2'> - - - + + + @@ -2881,7 +2894,7 @@ And by opposing end them? -

A publisher may want to delete an item once it has been published to a node that supports persistent items. Support for this feature ("delete-any") is RECOMMENDED.

+

A publisher might want to delete an item once it has been published to a node that supports persistent items. Support for this feature ("delete-items") is RECOMMENDED.

To delete an item, the publisher sends a retract request as shown in the following examples. The <retract/> element MUST possess a 'node' attribute, MAY possess a 'notify' attribute, and SHOULD contain one &ITEM; element (but MAY contain more than one &ITEM; element for Batch Processing of item retractions); the &ITEM; element MUST be empty and MUST possess an 'id' attribute.

-

If the service does not support item deletion, it MUST return a &feature; error, specifying a pubsub-specific error condition of <unsupported/> and a feature of "delete-nodes".

+

If the service does not support item deletion, it MUST return a &feature; error, specifying a pubsub-specific error condition of <unsupported/> and a feature of "delete-items".

+ feature='delete-items'/> ]]> @@ -3214,7 +3227,7 @@ And by opposing end them? ]]>
-

In order to request an access model other than the default for the service, the node creator MUST include a Data Form in the node creation request that specifies a non-default value for the 'pubsub#node_type' field.

+

In order to request an access model other than the default for the service, the node creator MUST include a Data Form in the node creation request that specifies a non-default value for the 'pubsub#access_model' field.

Create a Node
- - - + + + @@ -5732,8 +5745,8 @@ O, what a rogue and peasant slave am I! XEP-0060 - http://jabber.org/protocol/pubsub#delete-any - Any publisher may delete an item (not only the originating publisher). + http://jabber.org/protocol/pubsub#delete-items + Deletion of items is supported. XEP-0060 @@ -6574,7 +6587,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=unsubscribe;node=princely_musings - +
delete-anyAny publisher may delete an item (not only the originating publisher).OPTIONALdelete-itemsDeletion of items is supported.RECOMMENDED Delete an Item from a Node