[JDEV] Error message for failed s2s connection?
Wesley Morgan
wesm at libretech.org
Tue Nov 4 20:13:22 CST 2003
On Nov 2, 2003, at 1:01 AM, Matthias Wimmer wrote:
> Hi Wes!
>
> Wes Morgan schrieb am 2003-11-01 20:10:50:
>> I am writing a component that attempts to send XMPP stanzas to other
>> domains
>> with the full knowledge that there may or may not be a listening XMPP
>> server
>> on the other end. If this method fails, it falls back to another
>> protocol.
>> However, the component does not seem to receive an error message when
>> there
>> is no response from the other end. Is there any way to tell whether
>> or not a
>> stanza arrived at its destination?
>
> You should get a stanza informing you about the error. But AFAIK this
> isn't
> send to you on the same connection but a new incoming dialback
> connection.
>
Matthias,
Thanks for the reply. Is there any way to get this error to the
component? It doesn't do me any good if it stops at the router. :)
Also, when you say incoming dialback connection, you're not assuming
there is an XMPP server on the other end doing the dialing-back, are
you? Because in my situation, the lack of an XMPP server is going to be
the common case for needing to fall back to another protocol. Thanks
again.
Wes Morgan
More information about the JDev
mailing list