XEP-0342 v0.2: Specify dependencies correctly; clearer wording on security considerations; proper linking.

This commit is contained in:
Matthew A. Miller 2014-03-13 09:44:47 -06:00
parent 0bdf745df8
commit b4cd5f2fcb
1 changed files with 9 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<dependencies>
<spec>XMPP Core</spec>
<spec>XEP-0327 Rayo</spec>
<spec>XEP-xxxx Rayo CPA</spec>
<spec>XEP-0341 Rayo CPA</spec>
</dependencies>
<supersedes/>
<supersededby/>
@ -29,6 +29,12 @@
<jid>ben@langfeld.me</jid>
<uri>http://langfeld.me</uri>
</author>
<revision>
<version>0.2</version>
<date>2014-03-13</date>
<initials>bl</initials>
<remark><p>Specify dependencies correctly; clearer wording on security considerations; proper linking.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2014-01-14</date>
@ -51,7 +57,7 @@
<section2 topic='Receiving Faxes' anchor='session-receiving'>
<p>A Rayo client may utilise <link url=''>Rayo CPA</link> to establish a fax CNG tone before initiating fax receipt using the receivefax component described below.</p>
<p>The receivefax component accepts a fax from a caller, stores it, and makes it available to Rayo clients. The component is created using a <link url='def-receivefax'>&lt;receivefax/&gt; command</link>.</p>
<p>The receivefax component accepts a fax from a caller, stores it, and makes it available to Rayo clients. The component is created using a <link url='#def-receivefax'>&lt;receivefax/&gt; command</link>.</p>
<example caption='Client receives a fax'><![CDATA[
<iq from='juliet@capulet.lit/balcony'
@ -263,7 +269,7 @@
<p>A server MUST document any cases where its behaviour differs from that in this specification (such as lack of support for particular options/components/etc) and return an error whenever a command is not understood. A server MUST NOT silently ignore any instructions.</p>
</section1>
<section1 topic='Security Considerations' anchor='security'>
<p>None</p>
<p>This document introduces no additional security considerations above and beyond those defined in the documents on which it depends.</p>
</section1>
<section1 topic='IANA Considerations' anchor='iana'>
<p>This document requires no interaction with &IANA;.</p>