summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-22 16:32:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-22 17:03:46 -0400
commit063159094dd61b18eeecce621e2836060738b068 (patch)
tree234fea50f88fd1ee4107f360d6a4cd274e6537a0 /doc/design
parenta6e4d912f77815ba09ac5fe402c18af4a688397f (diff)
XMPP: Send pings and use them to detect when contact with the server is lost.
I noticed that when my modem hung up and redialed, my xmpp client was left sending messages into the void. This will also handle any idle disconnection issues.
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/assistant/xmpp.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn
index bb7754ec6..8dadfaf97 100644
--- a/doc/design/assistant/xmpp.mdwn
+++ b/doc/design/assistant/xmpp.mdwn
@@ -4,8 +4,6 @@ who share a repository, that is stored in the [[cloud]].
### TODO
-* Prevent idle disconnection. Probably means sending or receiving pings,
- but would prefer to avoid eg pinging every 60 seconds as some clients do.
* Do git-annex clients sharing an account with regular clients cause confusing
things to happen?
See <http://git-annex.branchable.com/design/assistant/blog/day_114__xmpp/#comment-aaba579f92cb452caf26ac53071a6788>