diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-27 00:57:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-27 00:57:53 -0400 |
commit | 2b33c29d2cebc6c2319922c70c6ba19d4c5654dd (patch) | |
tree | 4231645d588f1e0f6b16a537cc3101f8f6ff7fb8 | |
parent | c3692ecb678a142f609ebc5670f62425beba093d (diff) |
update
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/design/assistant/xmpp.mdwn | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 36bba7c49..b65d12e6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ git-annex (3.20121018) UNRELEASED; urgency=low * NetWatcher: When dbus connection is lost, try to reconnect. * Use USER and HOME environment when set, and only fall back to getpwent, which doesn't work with LDAP or NIS. + * assistant: Can use XMPP to notify other nodes that cannot be directly + pushed to about pushes. -- Joey Hess <joeyh@debian.org> Wed, 17 Oct 2012 14:24:10 -0400 diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index 19938dfae..0241f09c0 100644 --- a/doc/design/assistant/xmpp.mdwn +++ b/doc/design/assistant/xmpp.mdwn @@ -4,6 +4,8 @@ who share a repository, that is stored in the [[cloud]]. ### TODO +* Nudge user to enable XMPP account at appropriate times, ie, after configuring + cloud remotes. * Prevent idle disconnection. Probably means sending or receiving pings, but would prefer to avoid eg pinging every 60 seconds as some clients do. * After pulling from a remote, may need to scan for transfers, which @@ -12,6 +14,7 @@ who share a repository, that is stored in the [[cloud]]. Need a fast way to find new files, and get them transferring. The expensive transfer scan may be needed to get fully in sync, but is too expensive to run every time this happens. Send transfer notifications using XMPP? +* XMPP pairing ## design goals |