Skip navigation
2894 Views 3 Replies Latest reply: Oct 25, 2010 6:58 AM by mikeycmccarthy RSS
charlie Bronze 11 posts since
Aug 5, 2008
Currently Being Moderated

Apr 8, 2009 9:46 AM

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

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points