<div>Hi,</div>
<div> </div>
<div>Is it possible to replicate presence between two servers? I have a MySQL cluster that replicates all of the tables except location as this is handled at SIP level.</div>
<div> </div>
<div>The problem I can see is that the active_watches table has a &#39;socket_info&#39; field that stores where the user subscribed which means that only the server that received the subscribe sends the updates to the client.</div>

<div> </div>
<div>To get around this problem with registrations I add a path and then forward on the request. I tried this with subscribe messages and this worked well, however when a PUA client registers it only updates the local database and does not send the t_replicate to the other server.</div>

<div> </div>
<div>Is there a way I can get both servers to update for PUA clients?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Ross</div>