diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-02 21:13:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-02 21:13:31 -0400 |
commit | c3ee6b9c83f198bec16bb4a19cc6de0508535150 (patch) | |
tree | 7ae08b1b377ac3b4a8d6ff13f330cf51acc7d187 | |
parent | df24b5661e7728a1ca37ec8e7001ca50b300725e (diff) |
blog for the day
-rw-r--r-- | doc/design/assistant/blog/day_121__buddy_list.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_121__buddy_list.mdwn b/doc/design/assistant/blog/day_121__buddy_list.mdwn new file mode 100644 index 000000000..48ea1ffda --- /dev/null +++ b/doc/design/assistant/blog/day_121__buddy_list.mdwn @@ -0,0 +1,10 @@ +Got the XMPP client maintaining a list of buddies, including tracking which +clients are present and away, and which clients are recognised as other +git-annex assistant clients. This was fun, it is almost all pure +functional code, which always makes me happy. + +Started building UI for XMPP pairing. So far, I have it showing a list of +buddies who are also running git-annex (or not). The list even refreshes +in real time as new buddies come online. + +[[!img /assistant/buddylist.png]] |