Bug in DiscoExtension.serviceNode

Hi I think I found a issue in that method. In that when the node is set the iq message send do not have the node attribute in the query element. i have check out the source code and did a ‘fix’ by doing from this:

getNode().parentNode.attributes.node = val

to:

getNode().attributes.node = val;

If this is a viable fix for you can I have that commited to your SVN? So I don’t have to maintain it.

Thanks

Charlie

Hi anyone who is still looking after the XIFF source out there? If not I volunteer… Charlie

Hi Charlie,

I’ll add this to JIRA now.

Sean

Hi Sean, did this get added to JIRA? I noticed it’s still in 3.0.0.

Thanks,

Michael