Skip to:
Openfire currently uses the deprecated <xml-not-well-formed/> stream error from RFC 3920.
It has been replaced with RFC 6120 by "<not-well-formed/>"
See http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions-not-well-formed.
Seems like only ConnectionHandler.java is affected.
Maybe good to link with https://igniterealtime.atlassian.net/browse/OF-630#icft=OF-630 !
Openfire currently uses the deprecated <xml-not-well-formed/> stream error from RFC 3920.
It has been replaced with RFC 6120 by "<not-well-formed/>"
See http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions-not-well-formed.
Seems like only ConnectionHandler.java is affected.