summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/xmpp_needs_one_account_per_distinct_repository.mdwn2
-rw-r--r--doc/design/assistant/xmpp.mdwn10
2 files changed, 1 insertions, 11 deletions
diff --git a/doc/bugs/xmpp_needs_one_account_per_distinct_repository.mdwn b/doc/bugs/xmpp_needs_one_account_per_distinct_repository.mdwn
index 791160f70..7d065e4a9 100644
--- a/doc/bugs/xmpp_needs_one_account_per_distinct_repository.mdwn
+++ b/doc/bugs/xmpp_needs_one_account_per_distinct_repository.mdwn
@@ -85,7 +85,7 @@ So, we need another fix:
* Send UUID in XMPP git push protocol messages. Only respond to git push
messages from a known UUID, and ignore all others. (XMPP pairing
- already sends the UUID, so it will be known.)
+ already sends the UUID, so it will be known.) **done**
----
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn
index 0afba9c23..f37ff9c46 100644
--- a/doc/design/assistant/xmpp.mdwn
+++ b/doc/design/assistant/xmpp.mdwn
@@ -10,16 +10,6 @@ who share a repository, that is stored in the [[cloud]].
things to happen?
See <http://git-annex.branchable.com/design/assistant/blog/day_114__xmpp/#comment-aaba579f92cb452caf26ac53071a6788>
-* 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.
- [[bugs/xmpp_needs_one_account_per_distinct_repository]]
-
- There are really two cases here, "Share with your other devices",
- and
-
## design goals
1. Avoid user-visible messages. dvcs-autosync uses XMPP similarly, but