added note about service discovery

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3374 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Unknown User 2009-08-31 18:08:41 +00:00
parent 48041aa988
commit f6b6a656bd
1 changed files with 18 additions and 3 deletions

View File

@ -22,10 +22,10 @@
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>1.2rc1</version>
<date>2009-07-06</date>
<version>1.2rc2</version>
<date>in progress, last updated 2009-08-31</date>
<initials>psa</initials>
<remark><p>Provided more detailed recommendations regarding usage restrictions for anonymous users.</p></remark>
<remark><p>Provided more detailed recommendations regarding usage restrictions for anonymous users; added note about user/anonymous service discovery identity.</p></remark>
</revision>
<revision>
<version>1.1</version>
@ -161,6 +161,21 @@
</li>
</ol>
</section1>
<section1 topic='Service Discovery' anchor='disco'>
<p>A server MUST reply to a &xep0030; information ("disco#info") request sent to the bare JID &LOCALBARE; of the user with an identity of "account/anonymous", as shown in the following example.</p>
<example caption="Server informs client of full JID"><![CDATA[
<iq from='59BEC12A-9BAB-452B-88F8-D1563F09E549@example.com'
id='kj37vd95'
to='requester@example.com/foo'
type='result'>
<query xmlns='http://jabber.org/protocol/disco#info'>
<identity category='account' type='anonymous'>
<feature var='http://jabber.org/protocol/disco#info'/>
<feature var='http://jabber.org/protocol/disco#items'/>
</query>
</iq>
]]></example>
</section1>
<section1 topic='Security Considerations' anchor='security'>
<p>The security considerations discussed in <cite>RFC 3920</cite> and <cite>RFC 4505</cite> apply to the use of SASL ANONYMOUS in XMPP; specific suggestions regarding usage restrictions for anonymous users are provided under the <link url='#rec'>Recommendations</link> section of this document.</p>
</section1>