aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-16 15:34:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-16 15:36:47 -0400
commite49fedcb95420362ee2c37540e095ba430f64372 (patch)
tree05f6b7333c105a06d3785a7aa3e78073ddc04009 /debian
parentd6eddd505e7df63c4fa1b96ba7bcab551691d1ff (diff)
xmpp: send a presence query when there's an important message to send
This may work around google talk's horrible presence handling, in which clients often don't learn about other clients, at least when using the same account. This way, every time we start a git push over xmpp, we'll waste bandwidth asking clients to please try again to identify themselves.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6d3c29e4a..2b22a46c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ git-annex (4.20130315) UNRELEASED; urgency=low
* webapp: Encourage user to install git-annex on a server when adding
a ssh server, rather than just funneling them through to rsync.
* xmpp: --debug now enables a sanitized dump of the XMPP protocol
+ * xmpp: Try harder to detect presence of clients when there's a git push
+ to send.
-- Joey Hess <joeyh@debian.org> Fri, 15 Mar 2013 00:10:07 -0400