<div><p>I think you might see this if there's no XEP-0198 between servers and the old TCP session is still present on server2.<br/><br/>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.<br/><br/>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.<br/><br/><font color ="#888888"><p><font color ="#888888">Sent from my android device.</font></p>
</font></p>
<br/><br/>-----Original Message-----<br/>From: Kevin Smith <kevin@kismith.co.uk><br/>To: Jabber/XMPP software development list <jdev@jabber.org><br/>Sent: Wed, 21 Mar 2012 9:20 AM<br/>Subject: Re: [jdev] Problem receiving presence after power outage<br/><br/></div><p>On Wed, Mar 21, 2012 at 9:12 AM, Mark Gabriel Paylaga <br>
<<a href="mailto:mpaylaga@gmail.com">mpaylaga@gmail.com</a>> wrote: <br>
> Hello, <br>
> <br>
> Has anyone tried this before? : <br>
> <br>
> 1.)  Server1 receives presence from Server2. <br>
> <br>
> 2.)  Power off Server1 (meaning no graceful exit, jabber still running and <br>
> other services then literally just switch off the server or unplug it). <br>
> <br>
> 3.)  Restart Server1 (start all services including jabber). <br>
> <br>
> Result:  Server1 does not receive Server2's presence. <br>
> Solution: Restart services in Server2.  Server1 will receive the presence. <br>
> <br>
> Is this because Server2 is still holding on to the old jabber session ID or <br>
> something? <br>
<br>
This shouldn't happen. When Server1 comes back online, it'll signal <br>
that it wants presence for the newly online user@server1, and server2 <br>
should be willing to provide it (subject to subscription states being <br>
right, etc.). <br>
<br>
Is this a  general problem you see, or with specific services? <br>
<br>
/K <br>
_______________________________________________ <br>
JDev mailing list <br>
Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev">http://mail.jabber.org/mailman/listinfo/jdev</a> <br>
Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a> <br>
_______________________________________________ <br>
</p>