OF-1335: Don't strip namespaces everywhere.
Openfire prevents the need to re-scope XML (as described in RFC 6120 section 4.8.3) by pre-emptively remove certain namespaces (such as 'jabber:client' and 'jabber:server'). It should not, however, remove these namespaces everywhere. This commit prevents such removal in places other than the first and second level elements (typically: stream and stanza elements).
Showing
Please register or sign in to comment