diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-04 15:56:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-04 15:56:09 -0400 |
commit | b41ad048d1c3c76d4954a759c35492bc4d11bc61 (patch) | |
tree | 83139d856b9168465d791398c64d502aad0180c8 | |
parent | a612180cb315d5678778be2ce5959344476da7d4 (diff) |
clarify todo item
-rw-r--r-- | doc/design/assistant/xmpp.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index 3ebcc0e8a..1c40aa102 100644 --- a/doc/design/assistant/xmpp.mdwn +++ b/doc/design/assistant/xmpp.mdwn @@ -11,10 +11,11 @@ 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. +* Support use of a single XMPP account with several separate and + independant git-annex repos. This probably works for the simple + push notification use of XMPP, since unknown UUIDs will just be ignored. + But XMPP pairing and the pushes over XMPP assume that anyone you're + paired with is intending to sync to your repository. ## design goals |