mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0385 (SIMS): Unbump sims namespace, bump file-transfer instead.
This commit is contained in:
parent
00326569d1
commit
61c89def72
14
xep-0385.xml
14
xep-0385.xml
@ -33,9 +33,9 @@ TODO:
|
||||
&tobias;
|
||||
<revision>
|
||||
<version>0.2.0</version>
|
||||
<date>2017-09-22</date>
|
||||
<date>2017-09-21</date>
|
||||
<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>
|
||||
<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'>
|
||||
<body>Look at the nice view from the summit.</body>
|
||||
<reference xmlns='urn:xmpp:reference:0' begin='17' end='20' type='data'>
|
||||
<media-sharing xmlns='urn:xmpp:sims:2'>
|
||||
<file xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
|
||||
<media-sharing xmlns='urn:xmpp:sims:1'>
|
||||
<file xmlns='urn:xmpp:jingle:apps:file-transfer:5'>
|
||||
<media-type>image/jpeg</media>
|
||||
<name>summit.jpg</name>
|
||||
<size>3032449</size>
|
||||
@ -244,8 +244,8 @@ TODO:
|
||||
</body>
|
||||
</html>
|
||||
<reference xmlns='urn:xmpp:reference:0' begin='17' end='20' type='data'>
|
||||
<media-sharing xmlns='urn:xmpp:sims:2'>
|
||||
<file xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
|
||||
<media-sharing xmlns='urn:xmpp:sims:1'>
|
||||
<file xmlns='urn:xmpp:jingle:apps:file-transfer:5'>
|
||||
<media-type>image/jpeg</media>
|
||||
<name>summit.jpg</name>
|
||||
<size>3032449</size>
|
||||
@ -294,7 +294,7 @@ TODO:
|
||||
<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>
|
||||
<ul>
|
||||
<li>urn:xmpp:sims:2</li>
|
||||
<li>urn:xmpp:sims:1</li>
|
||||
</ul>
|
||||
</section2>
|
||||
</section1>
|
||||
|
Loading…
Reference in New Issue
Block a user