1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00

XEP-0329: Update referenced XEP-0234 to version 0.16

This commit is contained in:
Emmanuel Gil Peyrot 2016-08-07 21:46:30 +01:00
parent 6b53252c7f
commit bbaec1433f

View File

@ -114,7 +114,7 @@
to='juliet@capulet.com/chamber' to='juliet@capulet.com/chamber'
id='1234'> id='1234'>
<query xmlns="urn:xmpp:fis:0" node="documents"> <query xmlns="urn:xmpp:fis:0" node="documents">
<file xmlns='urn:xmpp:jingle:apps:file-transfer:3'> <file xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
<name>test.txt</name> <name>test.txt</name>
<date>1969-07-21T02:56:15Z</date> <date>1969-07-21T02:56:15Z</date>
<desc>This is a test. If this were a real file...</desc> <desc>This is a test. If this were a real file...</desc>
@ -122,7 +122,7 @@
<size>1022</size> <size>1022</size>
<hash xmlns='urn:xmpp:hashes:1' algo='sha-1'>552da749930852c69ae5d2141d3766b1</hash> <hash xmlns='urn:xmpp:hashes:1' algo='sha-1'>552da749930852c69ae5d2141d3766b1</hash>
</file> </file>
<file xmlns='urn:xmpp:jingle:apps:file-transfer:3'> <file xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
<name>test2.txt</name> <name>test2.txt</name>
</file> </file>
<directory name="secret docs" /> <directory name="secret docs" />
@ -142,7 +142,7 @@
to='juliet@capulet.com/chamber' to='juliet@capulet.com/chamber'
id='1234'> id='1234'>
<query xmlns="urn:xmpp:fis:0" node="test2.txt"> <query xmlns="urn:xmpp:fis:0" node="test2.txt">
<file xmlns='urn:xmpp:jingle:apps:file-transfer:3'> <file xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
<name>test2.txt</name> <name>test2.txt</name>
<size>1000</size> <size>1000</size>
</file> </file>
@ -170,14 +170,12 @@
action='session-initiate' action='session-initiate'
initiator='juliet@capulet.com/chamber' initiator='juliet@capulet.com/chamber'
sid='uj3b2'> sid='uj3b2'>
<content creator='initiator' name='a-file-request'> <content creator='initiator' name='a-file-request' senders='responder'>
<description xmlns='urn:xmpp:jingle:apps:file-transfer:3'> <description xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
<request> <file>
<file xmlns='urn:xmpp:jingle:apps:file-transfer:3'> <name>pics/test4.png</name>
<name>pics/test4.png</name> <size>10740</size>
<size>10740</size> </file>
</file>
</request>
</description> </description>
</content> </content>
</jingle>]]></example> </jingle>]]></example>