summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-07 19:00:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-07 19:00:09 -0400
commit1dad90c42c6f020a619daa365189adf8d6731ae5 (patch)
treec2fdafb26ae034ca98a61514aac7bf4d81a4b022 /doc/design
parent0a73ff61623d05d9fe3c43c071c8eeb04ba6136f (diff)
blog for the day
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/assistant/blog/day_207__XMPP.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_207__XMPP.mdwn b/doc/design/assistant/blog/day_207__XMPP.mdwn
new file mode 100644
index 000000000..8419905f1
--- /dev/null
+++ b/doc/design/assistant/blog/day_207__XMPP.mdwn
@@ -0,0 +1,7 @@
+More XMPP fixes. The most important change is that it now stores important
+messages, like push requests, and (re)sends them when a buddy's client
+sends XMPP presence. This makes XMPP syncing much more robust, all the
+clients do not need to already be connected when messages are initially
+sent, but can come and go. Also fixed a bug preventing syncing from working
+immediately after XMPP pairing. XMPP seems to be working well now; I only
+know of one minor bug.