I'm using openfire v4.1.1 and xmldebugger plugin v1.6.0 for my server side. The plugin will print raw XML as it was received and sent by the server as well as interpreted XML (i.e. parsed XML). By default the plugin will only print raw XML.
My problem is, the XML debugger plugin prints only raw XML traffic to stdout even thought the debugger plugin is configured with plugin.debugger.interpretedAllowed - true
to print XML packets after they were parsed by the server. Don't know what I've missed. Added screen shot for reference.