From b4bee073872df56bd35663c04646588882c28f85 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 1 Oct 2009 21:52:12 +0000 Subject: [PATCH] added note about initial presence git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3484 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0163.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0163.xml b/xep-0163.xml index 027925e9..88da42ed 100644 --- a/xep-0163.xml +++ b/xep-0163.xml @@ -393,7 +393,7 @@
  1. When an account owner publishes an item to a node, a PEP service MUST generate a notification and send it to all appropriate subscribers (where the number of notifications is determined by the foregoing rules).

  2. -
  3. When a PEP service receives initial presence information from a subscriber's resource including XEP-0115 information that indicates an interest in the data format, it MUST generate a notification containing at least the last published item for that node and send it to the newly-available resource; see below under Sending the Last Published Item.

  4. +
  5. When a PEP service receives initial presence By "initial presence" is meant a presence stanza with no 'type' attribute that the PEP service receives after the subscriber was previously unavailable; any subsequent presence stanza with no 'type' attribute that the PEP service receives after the initial presence notification but before the subscriber against goes offline MUST NOT trigger sending of a new pubsub notification. from a subscriber's resource including XEP-0115 information that indicates an interest in the data format, it MUST generate a notification containing at least the last published item for that node and send it to the newly-available resource; see below under Sending the Last Published Item.

  6. As an exception to the foregoing MUST rules, a PEP service MUST NOT send notifications to a subscriber if the user has blocked the subscriber from receiving all or any kinds of stanza (presence, message, IQ, or any combination thereof) using communications blocking as specified in &xep0016; or &xep0191;.