IQHandler not receives packets with subdomain receiver

When to = ‘xxx@domain’ my handlers works fine,

when to = ‘xxx@yyy.domain’ handlers not invoked (below is packet I received)

… Request body

Is there a way exist made handlers be invokable ? Thanks.

You are mixing two different things.Use iqhandler to handle IQ messages with defined namespaces without creating a component. If you have already created a component handler, then you do not need an iq handler. The server will attempt to route the message to yyy.domain before it looks up the registry of iq handlers