From bae613ecae3674534ad6593cdb7a15759fd6dfde Mon Sep 17 00:00:00 2001 From: stpeter Date: Tue, 12 Apr 2011 21:29:47 -0600 Subject: [PATCH] SPEC-17 --- xep-0016.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/xep-0016.xml b/xep-0016.xml index 021288bd..88f1b6be 100644 --- a/xep-0016.xml +++ b/xep-0016.xml @@ -802,6 +802,30 @@ + +

If an entity supports the privacy lists protocol, it MUST report that fact by including a service discovery feature of "jabber:iq:privacy" &NSNOTE; in response to a &xep0030; information request:

+ + + + ]]> + + + ... + + ... + + + ]]> +
+

When a server receives a block command from a user, it MAY cancel any existing presence subscriptions between the user and the blocked user and MAY send a message to the blocked user; however, it is RECOMMENDED to deploy so-called "polite blocking" instead (i.e., to not cancel the presence subscriptions or send a notification). Which approach to follow is a matter of local service policy.

A service MAY also filter blocking users out of searches performed on user directories (see, for example, &xep0055;); however, that functionality is out of scope for this specification.