1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

corrected registration template to match registry usage

This commit is contained in:
stpeter 2011-12-16 10:02:29 -07:00
parent 6b640d42e1
commit fe8f519fbe

View File

@ -745,10 +745,12 @@
<section4 topic='Process' anchor='registrar-reg-features-process'> <section4 topic='Process' anchor='registrar-reg-features-process'>
&REGPROCESS; &REGPROCESS;
<code><![CDATA[ <code><![CDATA[
<feature var='name of feature or namespace'> <var>
<name>name of feature or namespace</name>
<desc>a natural-language description of the feature</desc> <desc>a natural-language description of the feature</desc>
<doc>the document (e.g., XEP) in which this feature is specified</doc> <doc>the document (e.g., XEP) in which this feature is specified</doc>
</feature>]]></code> </var>
]]></code>
<p>The registrant may register more than one feature at a time, each contained in a separate &lt;feature/&gt; element.</p> <p>The registrant may register more than one feature at a time, each contained in a separate &lt;feature/&gt; element.</p>
</section4> </section4>
</section3> </section3>