Subject: Error handler not being called
With the receive-XML error handler I can tell I'm getting the following:
<error xmlns="urn:ietf:params:xml:ns:xmpp-streams">
<not-authorized xmlns="urn:ietf:params:xml:ns:xmpp-streams" />
<text xmlns="urn:ietf:params:xml:ns:xmpp-streams" xml:lang="en-US">Stream Not Authenticated</text>
</error>
However, none of the other callbacks is being called. I would've expected the generic on error or stream error callbacks to be called.
(Why the stream is not authenticating in this case is a separate issue...)
<error xmlns="urn:ietf:params:xml:ns:xmpp-streams">
<not-authorized xmlns="urn:ietf:params:xml:ns:xmpp-streams" />
<text xmlns="urn:ietf:params:xml:ns:xmpp-streams" xml:lang="en-US">Stream Not Authenticated</text>
</error>
However, none of the other callbacks is being called. I would've expected the generic on error or stream error callbacks to be called.
(Why the stream is not authenticating in this case is a separate issue...)