oversight

This commit is contained in:
stpeter 2011-05-16 20:55:38 -06:00
parent 3014187304
commit 3fa5f09f31
1 changed files with 2 additions and 2 deletions

View File

@ -523,14 +523,14 @@ receiver.target.tld. 86400 IN A 10.44.0.4
<p>The &REGISTRAR; includes 'jabber:server:dialback' in its registry of protocol namespaces (see &NAMESPACES;).</p>
</section2>
<section2 topic='Stream Features' anchor='registrar-stream'>
<p>The XMPP Registrar includes 'urn:xmpp:features:dialback' in its registry of stream features (see &STREAMFEATURES;).</p>
<p>The XMPP Registrar includes 'urn:xmpp:features:dialback:1' in its registry of stream features (see &STREAMFEATURES;).</p>
<p>The submission is as follows:</p>
<code><![CDATA[
<feature>
<ns>urn:xmpp:features:dialback:1</ns>
<name>dialback</name>
<element>dialback</element>
<desc>Support for Server Dialback</desc>
<desc>Support for Server Dialback with dialback errors</desc>
<doc>XEP-0220</doc>
</feature>
]]></code>