From e075434286a2a5cda8a6f372c553a71dc0d5641c Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 16 Aug 2007 02:33:43 +0000 Subject: [PATCH] clarified text about recommended defaults git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1159 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0163.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xep-0163.xml b/xep-0163.xml index 79c6743e..e382a416 100644 --- a/xep-0163.xml +++ b/xep-0163.xml @@ -445,9 +445,8 @@
  • Support the "presence" access model and set it to the default.
  • Support the "open", "roster", and "whitelist" access models.
  • 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).
  • -
  • Deliver payloads (if included) in all notifications.
  • -
  • Send the last publish item as described above.
  • -
  • Support the 'deliver_notifications' and 'send_last_published_item' configuration options.
  • +
  • Default the 'deliver_notifications' configuration option to true (i.e., deliver payloads by default).
  • +
  • Default the 'send_last_published_item' configuration option to true (i.e., send the last publish item by default).
  • A PEP service MAY support other use cases, affiliations, access models, and features, but such support is OPTIONAL.