1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-16 07:10:15 -05:00
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4126 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-04-01 02:34:55 +00:00
parent d6b1b1ad09
commit 002a4a4066

View File

@ -51,8 +51,8 @@
&ralphm; &ralphm;
<revision> <revision>
<version>1.13rc14</version> <version>1.13rc15</version>
<date>in progress, 2010-03-30</date> <date>in progress, 2010-03-31</date>
<initials>psa</initials> <initials>psa</initials>
<remark> <remark>
<ul> <ul>
@ -3802,7 +3802,7 @@ And by opposing end them?
</pubsub> </pubsub>
</iq> </iq>
]]></example> ]]></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[ <example caption='Owner deletes a node with redirection'><![CDATA[
<iq type='set' <iq type='set'
from='hamlet@denmark.lit/elsinore' from='hamlet@denmark.lit/elsinore'
@ -3815,6 +3815,7 @@ And by opposing end them?
</pubsub> </pubsub>
</iq> </iq>
]]></example> ]]></example>
<p>Support for redirection is OPTIONAL on the part of pubsub services.</p>
</section3> </section3>
<section3 topic='Success Case' anchor='owner-delete-success'> <section3 topic='Success Case' anchor='owner-delete-success'>
<p>If no error occurs, the service MUST inform the owner of success.</p> <p>If no error occurs, the service MUST inform the owner of success.</p>
@ -7025,8 +7026,7 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
<xs:complexType> <xs:complexType>
<xs:simpleContent> <xs:simpleContent>
<xs:extension base='empty'> <xs:extension base='empty'>
<xs:attribute name='jid' type='xs:string' use='required'/> <xs:attribute name='uri' type='xs:string' use='required'/>
<xs:attribute name='node' type='xs:string' use='optional'/>
</xs:extension> </xs:extension>
</xs:simpleContent> </xs:simpleContent>
</xs:complexType> </xs:complexType>