diff --git a/xep-0163.xml b/xep-0163.xml index fb7e639a..1645ccc2 100644 --- a/xep-0163.xml +++ b/xep-0163.xml @@ -447,7 +447,7 @@
  • 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).
  • 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).
  • +
  • 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). Because subscriptions are implicit in PEP rather than explicit as in generic pubsub, the on_sub_and_presence setting effectively means sending on presence.
  • A PEP service MAY support other use cases, affiliations, access models, and features, but such support is OPTIONAL.