File: day_121__buddy_list.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (10 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
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]]