This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
1,670 Views 2 Replies Last post: Jun 4, 2009 8:20 AM by Sean Voisen 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

Sean Voisen KeyContributor 92 posts since
Mar 9, 2005
Currently Being Moderated
Jun 4, 2009 8:20 AM in response to: charlie
Re: bug in DiscoExtension.serviceNode

Hi Charlie,

 

I'll add this to JIRA now.

 

Sean

More Like This

  • Retrieving data ...

Bookmarked By (0)