From cc132e005f974577c2ff782add7df8247c4eb541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 29 Dec 2020 21:39:19 +0100 Subject: Discovery service --- src/Contact.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Contact.hs') diff --git a/src/Contact.hs b/src/Contact.hs index fefcd1f..5c4e265 100644 --- a/src/Contact.hs +++ b/src/Contact.hs @@ -87,19 +87,19 @@ instance PairingResult ContactAccepted where pairingServiceID _ = mkServiceID "d9c37368-0da1-4280-93e9-d9bd9a198084" pairingHookRequest = do - peer <- asks $ svcPeer + peer <- asks $ svcPeerIdentity svcPrint $ "Contact pairing from " ++ T.unpack (displayIdentity peer) ++ " initiated" pairingHookResponse confirm = do - peer <- asks $ svcPeer + peer <- asks $ svcPeerIdentity svcPrint $ "Confirm contact " ++ T.unpack (displayIdentity $ finalOwner peer) ++ ": " ++ confirm pairingHookRequestNonce confirm = do - peer <- asks $ svcPeer + peer <- asks $ svcPeerIdentity svcPrint $ "Contact request from " ++ T.unpack (displayIdentity $ finalOwner peer) ++ ": " ++ confirm pairingHookRequestNonceFailed = do - peer <- asks $ svcPeer + peer <- asks $ svcPeerIdentity svcPrint $ "Failed contact request from " ++ T.unpack (displayIdentity peer) pairingHookConfirm ContactAccepted = do -- cgit v1.2.3