git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1280 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-10-04 16:43:01 +00:00
parent 10d3f5af92
commit 4bb19d47d3
1 changed files with 4 additions and 4 deletions

View File

@ -5161,7 +5161,7 @@ And by opposing end them?
<td>manage-subscriptions</td>
<td>Node owners may manage subscriptions.</td>
<td>OPTIONAL</td>
<td><link url='#owner-subscriptions'>Manage Subscribers</link></td>
<td><link url='#owner-subscriptions'>Manage Subscriptions</link></td>
</tr>
<tr>
<td>member-affiliation</td>
@ -5251,7 +5251,7 @@ And by opposing end them?
<td>retrieve-affiliations</td>
<td>Retrieval of current affiliations is supported.</td>
<td>RECOMMENDED</td>
<td><link url='#publisher-affiliations'>Retrieve Affiliations</link></td>
<td><link url='#entity-affiliations'>Retrieve Affiliations</link></td>
</tr>
<tr>
<td>retrieve-default</td>
@ -5269,7 +5269,7 @@ And by opposing end them?
<td>retrieve-subscriptions</td>
<td>Retrieval of current subscriptions is supported.</td>
<td>RECOMMENDED</td>
<td><link url='#subscriber-subscriptions'>Retrieve Subscriptions</link></td>
<td><link url='#entity-subscriptions'>Retrieve Subscriptions</link></td>
</tr>
<tr>
<td>subscribe</td>
@ -5809,7 +5809,7 @@ O, what a rogue and peasant slave am I!
</section1>
<section1 topic='Security Considerations' anchor='security'>
<p>Because the data published to a pubsub node may contain sensitive information (e.g., a user's geolocation), node owners SHOULD exercise care in approving subscription requests. Security considerations regarding particular kinds of information are the responsbility of the using protocol.</p>
<p>Because the data published to a pubsub node may contain sensitive information (e.g., a user's geolocation), node owners SHOULD exercise care in approving subscription requests. Security considerations regarding particular kinds of information are the responsbility of the "using protocol".</p>
<p>A service MUST NOT allow non-owners or other unauthorized entities to complete any actions defined under the <link url='#owner'>Owner Use Cases</link> section of this document.</p>
<p>A service MUST adhere to the defined access model in determining whether to send event notifications or payloads to an entity, or allow an entity to retrieve items from a node. A service MAY enforce additional privacy and security policies when determining whether an entity is allowed to subscribe to a node or retrieve items from a node; however, any such policies shall be considered specific to an implementation or deployment and are out of scope for this document.</p>
</section1>