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 route attempt to route the message to yyy.domain before it looks up the registry of iq handlers
↧