Bug_report - org.jivesoftware.smackx.iot. provisioning.element.IoTIsFriendResponse

bug_report

In getIQChildElementBuilder:

before the line

return xml;

there should be

xml.setEmptyElement();

Without that the isFriend xml element which is created won’t be properly closed.

Moreover, the element name should be isFriendResponse according to XEP-0324 (https://xmpp.org/extensions/xep-0324.html).

Feel free to correct me if I’m wrong. I’m pretty new in the community, just working on my thesis for my undergraduate degree.

Thanks for reporting. Created [SMACK-756] IoTIsFriendResponse has invalid name and produces invalid XML - IgniteRealtime JIRA