From 7f6f9303b939ecf91ded9c4093d7ce667a014c83 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 2 Jul 2008 21:16:53 +0000 Subject: [PATCH] collection tweaks git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2037 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0060.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xep-0060.xml b/xep-0060.xml index 2de888f2..62a4463e 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -49,8 +49,8 @@ &ralphm; - 1.12pre1 - in progress, last updated 2008-06-12 + 1.12pre2 + in progress, last updated 2008-07-02 psa
    @@ -4926,13 +4926,13 @@ And by opposing end them? ]]> -

    In order to send notification of node associations and disassociations, the service shall send an event that contains a <collection/> element that in turns contains an <associate/> element whose 'id' attribute specifies the NodeID of the new node.

    +

    If the root collection node is configured to send notification of node associations and disassociations, the service shall send an event that contains a <collection/> element whose 'node' attribute specifies the NodeID of the collection (in this case the NodeID is empty to signify that the collection is the root collection); this element in turn contains an <associate/> element whose 'node' attribute specifies the NodeID of node that has been associated with the collection.

    - + @@ -4944,7 +4944,7 @@ And by opposing end them? to='francisco@denmark.lit' id='newnode2'> - + @@ -5299,13 +5299,13 @@ And by opposing end them? ]]> -

    If the collection node is configured to send notification of node associations and disassociations, the service shall send an event that contains a <collection/> element that in turns contains an <associate/> element whose 'id' attribute specifies the NodeID of the new node.

    +

    If the collection node is configured to send notification of node associations and disassociations, the service shall send an event that contains a <collection/> element whose 'node' attribute specifies the NodeID of the collection; this element in turn contains an <associate/> element whose 'node' attribute specifies the NodeID of node that has been associated with the collection.

    + id='newnode3'> - + @@ -5367,20 +5367,20 @@ And by opposing end them? ]]> -

    If the collection node is configured to send notification of node associations and disassociations, the service shall send an event that contains a <collection/> element that in turns contains an <disassociate/> element whose 'id' attribute specifies the NodeID of the new node.

    +

    If the collection node is configured to send notification of node associations and disassociations, the service shall send an event that contains a <collection/> element whose 'node' attribute specifies the NodeID of the collection; this element in turn contains a <disassociate/> element whose 'node' attribute specifies the NodeID of node that has been disassociated from the collection.

    - + ]]>

    If a node is disassociated from a collection node and a new association is not formed, the implementation MAY associate the node with the root collection node or associate it with no collection node.

    -

    Note: The combination of associating and disassociating a node with a collection can be used to move a node from one collection to another.

    +

    Note: The combination of associating a node with one collection and disassociating the same node from another collection can be used to move a node from one collection to another.