Mercurial > prosody-wiki
comparison mod_privacy.wiki @ 18:d6217ecfaa2a
Edited wiki page through web user interface.
author | t.ephraim |
---|---|
date | Fri, 25 Sep 2009 20:26:02 +0000 |
parents | 14793f6394ca |
children | a96213be1606 |
comparison
equal
deleted
inserted
replaced
17:14793f6394ca | 18:d6217ecfaa2a |
---|---|
10 UNFINISHED! Currently in development. | 10 UNFINISHED! Currently in development. |
11 | 11 |
12 | 12 |
13 | 13 |
14 == TODO == | 14 == TODO == |
15 * If a client attempts to create or update a list with non-unique order values, the server MUST return to the client a <bad-request/> stanza error. | 15 * If a client attempts to create or update a list with non-unique order values, the server MUST return to the client a "bad-request" stanza error. |
16 * Examples 29-51 | 16 * Examples 29-51 |
17 | 17 |
18 === special TODO's === | 18 === special TODO's === |
19 * Privacy lists MUST be the first delivery rule applied by a server, superseding (1) the routing and delivery rules specified in server rules for handling XML stanzas defined in RFC 3921 and (2) the handling of subscription-related presence stanzas (and corresponding generation of roster pushes) specified in RFC 3921. | 19 * Privacy lists MUST be the first delivery rule applied by a server, superseding (1) the routing and delivery rules specified in server rules for handling XML stanzas defined in RFC 3921 and (2) the handling of subscription-related presence stanzas (and corresponding generation of roster pushes) specified in RFC 3921. |
20 * When a resource attempts to remove a list or specify a new default list while that list applies to a connected resource other than the sending resource, the server MUST return a "conflict" error to the sending resource and MUST NOT make the requested change. | 20 * When a resource attempts to remove a list or specify a new default list while that list applies to a connected resource other than the sending resource, the server MUST return a "conflict" error to the sending resource and MUST NOT make the requested change. |