corrected send_last_published_item description

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2104 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-07-29 03:40:27 +00:00
parent db4a9b8673
commit 11b59727a2
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@
<li>Support the "open", "roster", and "whitelist" access models.</li>
<li>Treat the account owner's bare JID &BAREJID; as a collection node (i.e., as the root collection node for the account's virtual pubsub service).</li>
<li>Default the 'deliver_notifications' configuration option to true (i.e., deliver payloads by default).</li>
<li>Default the 'send_last_published_item' configuration option to true (i.e., send the last publish item by default).</li>
<li>Default the 'send_last_published_item' configuration option to on_sub_and_presence (i.e., send the last published item on subscription and on receipt of presence). <note>Because subscriptions are implicit in PEP rather than explicit as in generic pubsub, the on_sub_and_presence setting effectively means sending on presence.</note></li>
</ul>
<p>A PEP service MAY support other use cases, affiliations, access models, and features, but such support is OPTIONAL.</p>
</section1>