[Council] Fwd: [xmpp-commits] [4126] trunk/extensions/xep-0060.xml
Peter Saint-Andre
stpeter at stpeter.im
Wed Mar 31 21:36:13 CDT 2010
I fixed up a few loose ends in XEP-0060. While I think it could use a
complete review, I don't have time for that these days so IMHO it's
ready to publish in its current state. I'm sure another revision will
happen before it goes to Final anyway. :)
/psa
-------- Original Message --------
Subject: [xmpp-commits] [4126] trunk/extensions/xep-0060.xml
Date: Wed, 31 Mar 2010 21:34:55 -0500
From: <stpeter at athena.jabber.org>
Reply-To: tracking svn.xmpp.org <xmpp-commits at xmpp.org>
To: xmpp-commits at xmpp.org
Revision
4126 <http://svn.xmpp.org:18080/changelog/XMPP/?cs=4126>
Author
stpeter
Date
2010-03-31 21:34:55 -0500 (Wed, 31 Mar 2010)
Log Message
1.13rc15
Modified Paths
* trunk/extensions/xep-0060.xml <#trunkextensionsxep0060xml>
Diff
Modified: trunk/extensions/xep-0060.xml (4125 => 4126)
--- trunk/extensions/xep-0060.xml 2010-03-31 23:15:04 UTC (rev 4125)
+++ trunk/extensions/xep-0060.xml 2010-04-01 02:34:55 UTC (rev 4126)
@@ -51,8 +51,8 @@
&ralphm;
<revision>
- <version>1.13rc14</version>
- <date>in progress, 2010-03-30</date>
+ <version>1.13rc15</version>
+ <date>in progress, 2010-03-31</date>
<initials>psa</initials>
<remark>
<ul>
@@ -3802,7 +3802,7 @@
</pubsub>
</iq>
]]></example>
- <p>The deletion request MAY include the JID and node of a
replacement node to which requests might be redirected.</p>
+ <p>The deletion request MAY include the URI of a replacement node
to which requests might be redirected. Typically this is an XMPP URI or
IRI as described under <link url='#impl-uri'>PubSub URIs</link>, but it
can be an HTTP URI or any other scheme.</p>
<example caption='Owner deletes a node with redirection'><![CDATA[
<iq type='set'
from='hamlet at denmark.lit/elsinore'
@@ -3815,6 +3815,7 @@
</pubsub>
</iq>
]]></example>
+ <p>Support for redirection is OPTIONAL on the part of pubsub
services.</p>
</section3>
<section3 topic='Success Case' anchor='owner-delete-success'>
<p>If no error occurs, the service MUST inform the owner of
success.</p>
@@ -7025,8 +7026,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base='empty'>
- <xs:attribute name='jid' type='xs:string' use='required'/>
- <xs:attribute name='node' type='xs:string' use='optional'/>
+ <xs:attribute name='uri' type='xs:string' use='required'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6820 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.jabber.org/pipermail/council/attachments/20100331/bd8fecbe/attachment.bin>
More information about the Council
mailing list