diff --git a/xep-0163.xml b/xep-0163.xml index 1051568d..3e84606d 100644 --- a/xep-0163.xml +++ b/xep-0163.xml @@ -11,6 +11,7 @@ &LEGALNOTICE; 0163 Draft + Standards Track Standards JIG Council @@ -27,10 +28,10 @@ &stpeter; &ksmith; - 1.2rc3 - in progress, last updated 2009-09-18 + 1.2rc4 + in progress, last updated 2009-10-29 psa -

Removed the one-node-per-namespace rule (community consensus indicates that this rule was overly restrictive); clarified the meaning of auto-subscribe; clarified that sending the last published item does not prevent the service from sending additional items in some circumstances.

+

Removed the one-node-per-namespace rule (community consensus indicates that this rule was overly restrictive); clarified the meaning of auto-subscribe; clarified that sending the last published item does not prevent the service from sending additional items in some circumstances; discouraged the use of directed presence for the purpose of implicit subscriptions.

1.1 @@ -328,6 +329,7 @@
  • A service automatically sends notifications to all of the account owner's connected resources (subject to notification filtering).
  • These uses of presence simplify the task of developing compliant clients (cf. &xep0134;).

    +

    It is strongly NOT RECOMMENDED to use directed presence with Entity Capabilities data that differs from the data included in broadcast presence for the purpose of establishing implicit PEP subscriptions to another entity, because the directed presence information will be overwritten by any subsequent presence broadcast.

    By default, the existence of an XMPP presence subscription is used to establish a PEP subscription to the account owner's personal eventing data. In order to filter which notifications are sent by the PEP service, the contact's client includes extended &xep0115; information in the presence notifications it sends to the account owner. Because the PEP service supports the "filtered-notifications" feature, it sends only those notifications that match the contact's expressed notification preferences.