diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-13 12:34:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-13 12:34:39 -0400 |
commit | 150408081cc24a8575bc50be8f995d690cab3ae8 (patch) | |
tree | 17c290fa81f8de761c488cb7a6b91398d07d3fe3 /doc/design/assistant | |
parent | 38ae733f4f525bb5cfaddc04c9b250551dca93e5 (diff) |
todo: support pairing with multiple distinct repos
Diffstat (limited to 'doc/design/assistant')
-rw-r--r-- | doc/design/assistant/xmpp.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index 001b52981..c6d91c5ab 100644 --- a/doc/design/assistant/xmpp.mdwn +++ b/doc/design/assistant/xmpp.mdwn @@ -11,6 +11,10 @@ who share a repository, that is stored in the [[cloud]]. 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. +* Support use of a single XMPP account with several separate git-annex repos. + This probably works for the simple push notification use of XMPP. But + XMPP pairing and the pushes over XMPP assume that anyone you're paired with + is intending to sync to your repository. ## design goals |