XEP-0385 (SIMS): Unbump sims namespace, bump file-transfer instead.

This commit is contained in:
Florian Schmaus 2017-09-21 08:59:08 +02:00
parent 00326569d1
commit 61c89def72
1 changed files with 7 additions and 7 deletions

View File

@ -33,9 +33,9 @@ TODO:
&tobias; &tobias;
<revision> <revision>
<version>0.2.0</version> <version>0.2.0</version>
<date>2017-09-22</date> <date>2017-09-21</date>
<initials>fs</initials> <initials>fs</initials>
<remark><p>Use 'urn:xmpp:hashes:2', bump namespace to 'urn:xmpp:sims:2'.</p></remark> <remark><p>Use 'urn:xmpp:hashes:2' and 'urn:xmpp:jingle:apps:file-transfer:5'.</p></remark>
</revision> </revision>
<revision> <revision>
<version>0.1.0</version> <version>0.1.0</version>
@ -130,8 +130,8 @@ TODO:
<example caption='Sharing an image with a contact'><![CDATA[<message to='julient@shakespeare.lit' from='romeo@montague.lit'> <example caption='Sharing an image with a contact'><![CDATA[<message to='julient@shakespeare.lit' from='romeo@montague.lit'>
<body>Look at the nice view from the summit.</body> <body>Look at the nice view from the summit.</body>
<reference xmlns='urn:xmpp:reference:0' begin='17' end='20' type='data'> <reference xmlns='urn:xmpp:reference:0' begin='17' end='20' type='data'>
<media-sharing xmlns='urn:xmpp:sims:2'> <media-sharing xmlns='urn:xmpp:sims:1'>
<file xmlns='urn:xmpp:jingle:apps:file-transfer:4'> <file xmlns='urn:xmpp:jingle:apps:file-transfer:5'>
<media-type>image/jpeg</media> <media-type>image/jpeg</media>
<name>summit.jpg</name> <name>summit.jpg</name>
<size>3032449</size> <size>3032449</size>
@ -244,8 +244,8 @@ TODO:
</body> </body>
</html> </html>
<reference xmlns='urn:xmpp:reference:0' begin='17' end='20' type='data'> <reference xmlns='urn:xmpp:reference:0' begin='17' end='20' type='data'>
<media-sharing xmlns='urn:xmpp:sims:2'> <media-sharing xmlns='urn:xmpp:sims:1'>
<file xmlns='urn:xmpp:jingle:apps:file-transfer:4'> <file xmlns='urn:xmpp:jingle:apps:file-transfer:5'>
<media-type>image/jpeg</media> <media-type>image/jpeg</media>
<name>summit.jpg</name> <name>summit.jpg</name>
<size>3032449</size> <size>3032449</size>
@ -294,7 +294,7 @@ TODO:
<section2 topic='Protocol Namespaces' anchor='registrar-protocol'> <section2 topic='Protocol Namespaces' anchor='registrar-protocol'>
<p>The XMPP Registrar will include the following namespace in its registry of protocol namespaces at &NAMESPACES;:</p> <p>The XMPP Registrar will include the following namespace in its registry of protocol namespaces at &NAMESPACES;:</p>
<ul> <ul>
<li>urn:xmpp:sims:2</li> <li>urn:xmpp:sims:1</li>
</ul> </ul>
</section2> </section2>
</section1> </section1>