diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-06 21:49:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-06 21:49:17 -0400 |
commit | 4581ce68361c0d318c325af99a961b67de01e958 (patch) | |
tree | 852030e3e9fae82a8c4d597f8ed553de6495ae86 | |
parent | ef3ee84450798af5f9908e50e25c8d819594e971 (diff) |
fixed
-rw-r--r-- | doc/bugs/three_way_sync_via_S3_and_Jabber.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/three_way_sync_via_S3_and_Jabber/comment_10_fc5ec5505f141bb9135e772d1094bc4d._comment | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/three_way_sync_via_S3_and_Jabber.mdwn b/doc/bugs/three_way_sync_via_S3_and_Jabber.mdwn index ac286cc18..e67291ca9 100644 --- a/doc/bugs/three_way_sync_via_S3_and_Jabber.mdwn +++ b/doc/bugs/three_way_sync_via_S3_and_Jabber.mdwn @@ -115,3 +115,5 @@ I'm not 100% sure this sort of multiway synching is supposed to work, so maybe t This issue also made me wonder about how one would go about syncing multiple unrelated annexes via XMPP. Would you need a different gmail account for each? Maybe there is a trick similar to the email local+foo@ thing? +> [[done]], turned out I left XMPP git push working, +> but had not done all the stuff around it to get reliable syncing. Now have. --[[Joey]] diff --git a/doc/bugs/three_way_sync_via_S3_and_Jabber/comment_10_fc5ec5505f141bb9135e772d1094bc4d._comment b/doc/bugs/three_way_sync_via_S3_and_Jabber/comment_10_fc5ec5505f141bb9135e772d1094bc4d._comment index 8389641a8..c611b7d6e 100644 --- a/doc/bugs/three_way_sync_via_S3_and_Jabber/comment_10_fc5ec5505f141bb9135e772d1094bc4d._comment +++ b/doc/bugs/three_way_sync_via_S3_and_Jabber/comment_10_fc5ec5505f141bb9135e772d1094bc4d._comment @@ -7,4 +7,6 @@ I've been revisiting the XMPP stuff this week, and today I fixed at least 3 problems that would keep XMPP sync from happening reliably. This would affect machines that are using XMPP and are sometimes disconnected from the net (or suspended). Nothing caused a sync to happen when restarting the assistant, or resuming from a network disconnection. This could result in both files not showing up, and file contents not being transferred, depending on the case hit. I think it explains everything in this bug report, hopefully. + +(All XMPP nodes sync with all other nodes, BTW.) """]] |