diff options
author | 2012-11-05 17:43:17 -0400 | |
---|---|---|
committer | 2012-11-05 17:43:17 -0400 | |
commit | a4667e3e8cb7fae50b0c2cb8bc1a46df0b289b6c (patch) | |
tree | 9f75d066b025e99f7015818ccbe143d70b5bbae7 /Annex/UUID.hs | |
parent | dedc9790ef60b0965c0c34acd080ef8d4906e07a (diff) |
finished XMPP pairing!
This includes keeping track of which buddies we're pairing with, to know
which PairAck are legitimate.
Diffstat (limited to 'Annex/UUID.hs')
-rw-r--r-- | Annex/UUID.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/UUID.hs b/Annex/UUID.hs index df77ac248..16c25c0ab 100644 --- a/Annex/UUID.hs +++ b/Annex/UUID.hs @@ -18,6 +18,7 @@ module Annex.UUID ( prepUUID, genUUID, removeRepoUUID, + storeUUID, ) where import Common.Annex |