DiscoExtension.serviceNode

Description

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

Environment

None

Activity

Show:

Juga Paazmaya 
July 17, 2012 at 8:18 AM

There is no longer a "serviceNode" method after cleaning against http://xmpp.org/extensions/xep-0030.html

Won't Fix

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created June 4, 2009 at 8:22 PM
Updated July 17, 2012 at 8:18 AM
Resolved July 17, 2012 at 8:18 AM