From aa2bc92b73f5da1232f896d9c8f516047b573153 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Mar 2013 15:56:09 -0400 Subject: [PATCH] clarify todo item --- doc/design/assistant/xmpp.mdwn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index 3ebcc0e8a3..1c40aa102b 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 * 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