summaryrefslogtreecommitdiff
path: root/doc/design/assistant/xmpp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-27 00:54:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-27 00:54:10 -0400
commit6a5ccaf2f6d5e65e095d09f2fa7d7ba71e05771f (patch)
treedc6619bda88ec70a09ea2a4593875584390be536 /doc/design/assistant/xmpp.mdwn
parent4e974cbfcf621d8139365548e50e1b050d224c97 (diff)
XEP-0126 is not compatable with my use of presence, remove it from TODO
Diffstat (limited to 'doc/design/assistant/xmpp.mdwn')
-rw-r--r--doc/design/assistant/xmpp.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn
index 786d45cf3..19938dfae 100644
--- a/doc/design/assistant/xmpp.mdwn
+++ b/doc/design/assistant/xmpp.mdwn
@@ -6,9 +6,6 @@ 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.
-* Make the git-annex clients invisible, so a user can use their regular
- account without always seeming to be present when git-annex is logged in.
- See <http://xmpp.org/extensions/xep-0126.html>
* After pulling from a remote, may need to scan for transfers, which
could involve other remotes (ie, S3). Since the remote client is not able to
talk to us directly, it won't be able to upload any new files to us.