tst2005googlecode2 / lxmppd

Automatically exported from code.google.com/p/lxmppd
0 stars 0 forks source link

[XEP-0030] #449

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide a snippet of the part of the specification which we violate
if possible:

"If the request included a 'node' attribute, the response MUST mirror the 
specified 'node' attribute to ensure coherence between the request and the 
response."

Please provide a link to the specification:

http://xmpp.org/extensions/xep-0030.html#info-nodes

This issue occurs only if I send a disco request to the server.

Req: <iq from="klaus@localhost" to="localhost" type="get" ... ><query 
xmlns=​"http:​/​/​jabber.org/​protocol/​disco#info" 
node=​"http:​/​/​prosody.im#BqD1jx7pynkfHfKfqr3HBkXdel0=">​</query>​
</iq>

Res: <iq xmlns=​"jabber:​client" type=​"result" 
to=​"klaus@localhost/​9848b935-6923-4a68-bd68-e08dae5de594" 
from=​"localhost" id=​"2:​sendIQ">​<query 
xmlns=​"http:​/​/​jabber.org/​protocol/​disco#info">​ ... 
</query></iq>

Prosody: 0.9.6
Ubuntu: 14.04

Original issue reported on code.google.com by 5-st...@web.de on 18 Nov 2014 at 12:21