Node strings in the discovery info packets are not escaped as in the other packets
Description
Damencho found a problem where the nodes strings in the discovery info packets are not escaped as in the other packets. The attached patch simply wraps the attribute values with `StringUtils.escapeForXML()`.
Environment
None
Attachments
1
Activity
Florian Schmaus
January 31, 2013 at 10:31 PM
It is possible that the same error also exists in other parts of Smack. I am sure we see that again.
Damencho found a problem where the nodes strings in the discovery info packets are not escaped as in the other packets. The attached patch simply wraps the attribute values with `StringUtils.escapeForXML()`.