Mercurial > prosody-wiki
comparison mod_privacy.wiki @ 38:634a052446a0
Edited wiki page through web user interface.
author | t.ephraim |
---|---|
date | Tue, 29 Sep 2009 19:59:53 +0000 |
parents | 0f95d16b5a9c |
children | 2dd626995f78 |
comparison
equal
deleted
inserted
replaced
37:0f95d16b5a9c | 38:634a052446a0 |
---|---|
16 * If there is an active list set for a session, it affects only the session(s) for which it is activated, and only for the duration of the session(s); the server MUST apply the active list only and MUST NOT apply the default list (i.e., there is no "layering" of lists). | 16 * If there is an active list set for a session, it affects only the session(s) for which it is activated, and only for the duration of the session(s); the server MUST apply the active list only and MUST NOT apply the default list (i.e., there is no "layering" of lists). |
17 * 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. | 17 * 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. |
18 * 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. | 18 * 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. |
19 * Example 18. Client attempts to change the default list but that list is in use by another resource | 19 * Example 18. Client attempts to change the default list but that list is in use by another resource |
20 * Example 22. Client attempts to decline a default list but that list is in use by another resource | 20 * Example 22. Client attempts to decline a default list but that list is in use by another resource |
21 * rework the return values, true for success and {type, condition, message} for the error_reply for failures |