XEP-0329: Fix example 7, remove superfluous 'node' attribute

The result IQ's <query/> child element does not need to carry the node
information. And in this case the node information was actually wrong,
since "documents/test2.txt" was queried, and not "test2.txt".
This commit is contained in:
Florian Schmaus 2020-06-10 15:36:52 +02:00 committed by Maxime “pep” Buquet
parent c36de068e4
commit fa0c61d1e2
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
from='romeo@montague.net/home'
to='juliet@capulet.com/chamber'
id='1236'>
<query xmlns="urn:xmpp:fis:0" node="test2.txt">
<query xmlns="urn:xmpp:fis:0">
<file xmlns='urn:xmpp:jingle:apps:file-transfer:4'>
<name>test2.txt</name>
<size>1000</size>