aboutsummaryrefslogtreecommitdiff
path: root/doc/design/assistant/xmpp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-10 15:49:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-10 15:52:30 -0400
commit95d1b5441c14dc21dd8f0e7e1dc328b5e8aca8f8 (patch)
tree861798ae303d33266625012879d8549b84d678cf /doc/design/assistant/xmpp.mdwn
parentea6ae3515d11ea99310b4d6c9804b64e22408da2 (diff)
update todo
Diffstat (limited to 'doc/design/assistant/xmpp.mdwn')
-rw-r--r--doc/design/assistant/xmpp.mdwn10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn
index 80c0c57d7..b01415829 100644
--- a/doc/design/assistant/xmpp.mdwn
+++ b/doc/design/assistant/xmpp.mdwn
@@ -6,8 +6,14 @@ who share a repository, that is stored in the [[cloud]].
* Prevent idle disconnection. Probably means sending or receiving pings,
but would prefer to avoid eg pinging every 60 seconds as some clients do.
-* XMPP pairing
-* git pushes over XMPP (needed for pairing, but also awesome on their own)
+* Do git-annex clients sharing an account with regular clients cause confusing
+ things to happen?
+ See <http://git-annex.branchable.com/design/assistant/blog/day_114__xmpp/#comment-aaba579f92cb452caf26ac53071a6788>
+* Assistant.Sync.manualPull doesn't handle XMPP remotes yet.
+ This is needed to handle getting back in sync after reconnection.
+* If a git push over XMPP is underway, and the remote client stops
+ responding, it currently blocks other git pushes from starting, forever.
+ Need a timeout..
## design goals