mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 07:38:52 -05:00
XEP-0342 v0.2: Specify dependencies correctly; clearer wording on security considerations; proper linking.
This commit is contained in:
parent
0bdf745df8
commit
b4cd5f2fcb
12
xep-0342.xml
12
xep-0342.xml
@ -17,7 +17,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<spec>XMPP Core</spec>
|
<spec>XMPP Core</spec>
|
||||||
<spec>XEP-0327 Rayo</spec>
|
<spec>XEP-0327 Rayo</spec>
|
||||||
<spec>XEP-xxxx Rayo CPA</spec>
|
<spec>XEP-0341 Rayo CPA</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
@ -29,6 +29,12 @@
|
|||||||
<jid>ben@langfeld.me</jid>
|
<jid>ben@langfeld.me</jid>
|
||||||
<uri>http://langfeld.me</uri>
|
<uri>http://langfeld.me</uri>
|
||||||
</author>
|
</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>
|
<revision>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<date>2014-01-14</date>
|
<date>2014-01-14</date>
|
||||||
@ -51,7 +57,7 @@
|
|||||||
<section2 topic='Receiving Faxes' anchor='session-receiving'>
|
<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>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'><receivefax/> 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'><receivefax/> command</link>.</p>
|
||||||
|
|
||||||
<example caption='Client receives a fax'><![CDATA[
|
<example caption='Client receives a fax'><![CDATA[
|
||||||
<iq from='juliet@capulet.lit/balcony'
|
<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>
|
<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>
|
||||||
<section1 topic='Security Considerations' anchor='security'>
|
<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>
|
||||||
<section1 topic='IANA Considerations' anchor='iana'>
|
<section1 topic='IANA Considerations' anchor='iana'>
|
||||||
<p>This document requires no interaction with &IANA;.</p>
|
<p>This document requires no interaction with &IANA;.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user