This shouldn't happen. When Server1 comes back online, it'll signal
that it wants presence for the newly online user@server1, and server2
should be willing to provide it (subject to subscription states being
right, etc.).
Is this a general problem you see, or with specific services?
/K
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-uns...@jabber.org
_______________________________________________
I think you might see this if there's no XEP-0198 between servers and the old TCP session is still present on server2. Sent from my android device.
The presence response would go down this dead session, then it'd be detected as dead (TCP RST from server1), but typically the presence won't be resent, as it'll have been lost on the wire.
The solution is basically XEP-0198 on S2S links - you don't even need to do session resumption for it to be a substantial improvement here.
I think you might see this if there's no XEP-0198 between servers and the old TCP session is still present on server2.
The presence response would go down this dead session, then it'd be detected as dead (TCP RST from server1), but typically the presence won't be resent, as it'll have been lost on the wire.
The solution is basically XEP-0198 on S2S links - you don't even need to do session resumption for it to be a substantial improvement here.Sent from my android device.
-----Original Message-----
From: Kevin Smith <ke...@kismith.co.uk>
To: Jabber/XMPP software development list <jd...@jabber.org>
Sent: Wed, 21 Mar 2012 9:20
Subject: Re: [jdev] Problem receiving presence after power outag