From 2f84f3926a5265a95f7403c3413d1e361a8e159b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Mar 2013 19:00:09 -0400 Subject: [PATCH] blog for the day --- doc/design/assistant/blog/day_207__XMPP.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/design/assistant/blog/day_207__XMPP.mdwn 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 0000000000..8419905f16 --- /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.