XEP-0198 with Connection Manager

Hi,

We have a setup with Connection Manager 3.6.3 routing stanzas to OpenFire 4.0.2 server.

Does anyone know does XEP-0198 require some additional configuration to work on this kind of setup?

On the OpenFire side we have settings:

stream.management.active true

stream.management.requestFrequency 5

but when a package comes to StanzaHandler process(String stanza, XMPPPacketReader reader) method, it’s not handled because it’s inside the route packet and eventually MultiplexerPacketHandler sends back the following error because SessionPacketRouter method route(Element wrappedElement) does not handle the command.

Thanks beforehand for any advice on this issue!

Best regards,

-Lassi