When to = 'xxx@domain' my handlers works fine,
when to = 'xxx@yyy.domain' handlers not invoked (below is packet I received)
<iq type="set" to="74a8943c-63f0-4a5c-8091-28bd4c479d63@conference.helios">
... Request body
<error code="400" type="modify">
<bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"></bad-request></error>
</iq>
Is there a way exist made handlers be invokable ? Thanks.