summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog/day_115__my_new_form.mdwn
blob: d44565084aaaa515f489496c2a504ecbe1e3dbed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Built a SRV lookup library that can use either `host` or ADNS.

Worked on DBUS reconnection some more; found a FD leak in the dbus library,
and wrote its long-suffering author, John Millikin (also the XMPP library
author, so I've been bothering him a lot lately), who once again came
through with a quick fix.

Built a XMPP configuration form, that tests the connection to the server.
Getting the wording right on this was hard, and it's probably still not
100% right.

[[!img /assistant/xmpp.png]]
 
Pairing over XMPP is something I'm still thinking about. It's
contingent on tunneling git over XMPP (actually not too hard),
and getting a really secure XMPP connection (needs library improvements,
as the library currently accepts any SSL certificate).