git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1720 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-03-03 16:27:11 +00:00
parent 9c99dac634
commit e9668e88f8
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
<p>Your publish request is a standard pubsub request except that:</p>
<ol start='1'>
<li>The item is persisted (pubsub#persist_items is true).</li>
<li>The last published item is never sent (pubsub#last_published_item is set to "never" so that items are pushed out only when modified).</li>
<li>The last published item is never sent (pubsub#send_last_published_item is set to "never" so that items are pushed out only when modified).</li>
</ol>
<p>(In this case, access is limited to people in your Friends roster group.)</p>
<p>If all goes well (see <link url='#publish'>Publishing an Item</link>), your key will be pushed out to all appropriate individuals (in this case only Romeo). In particular, Romeo receives your key because he has auto-subscribed to the virtual pubsub service at your bare JID via a presence subscription and because his &xep0115; data indicated that he is interested in the "urn:xmpp:tmp:pubkey" payload type.</p>
@ -178,7 +178,7 @@
<p>The best practices described herein re-use the concepts already defined in <cite>XEP-0060</cite> and <cite>XEP-0163</cite>. In order to optimize for object persistence instead of transient event notifications, a node MUST be configured as follows:</p>
<ol start='1'>
<li>Set pubsub#persist_items to true.</li>
<li>Set pubsub#last_published_item to "never".</li>
<li>Set pubsub#send_last_published_item to "never".</li>
</ol>
<p>The access model MAY be any model defined in <cite>XEP-0060</cite>.</p>
</section1>