kami13sep / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

CapsManager sets Disco node #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send a Disco Info request to a JabberClient running CapsManager for no-
node.
2. Send a Disco Info request to a JabberClient running CapsManager for 
node="the#caps#manager#hash".

For both responses, the node is set to "the#caps#manager#hash", when it 
should be left blank for the first case.

This prevents requestors from seeing valid information on the nodeless JID.

To fix, comment out : info.Node = NodeVer in CapsManager.cs's IQ handler.

Original issue reported on code.google.com by jcpst...@gmail.com on 4 Aug 2008 at 7:59

GoogleCodeExporter commented 8 years ago
Fixed.  Good catch, and thanks for pointing out the exact fix.

Original comment by hil...@gmail.com on 5 Aug 2008 at 7:18