diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-27 00:50:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-27 00:50:45 -0400 |
commit | 4e974cbfcf621d8139365548e50e1b050d224c97 (patch) | |
tree | 3b395a068a1472391a1aae8e9b7bc2e8e6274f54 | |
parent | e359a06cf6f422660e1c05e6f50a812d41c535c9 (diff) |
update
-rw-r--r-- | doc/design/assistant/xmpp.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index 9eaf078b7..786d45cf3 100644 --- a/doc/design/assistant/xmpp.mdwn +++ b/doc/design/assistant/xmpp.mdwn @@ -6,12 +6,9 @@ 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 NetWatcher restart the XMPP connection when there's a new default - route. Currently, if moving networks, it needs to go through a TCP timeout. * 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> -* (re)start PushNotifier when webapp is used to change XMPP config. * 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. |