finished XMPP pairing!

This includes keeping track of which buddies we're pairing with, to know
which PairAck are legitimate.
This commit is contained in:
Joey Hess 2012-11-05 17:43:17 -04:00
parent da65c5c1d1
commit da6fb44446
10 changed files with 142 additions and 50 deletions

View file

@ -18,6 +18,7 @@ module Annex.UUID (
prepUUID,
genUUID,
removeRepoUUID,
storeUUID,
) where
import Common.Annex