mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
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:
parent
c36de068e4
commit
fa0c61d1e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user