diff options
Diffstat (limited to 'Assistant/Types')
-rw-r--r-- | Assistant/Types/NetMessager.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Assistant/Types/NetMessager.hs b/Assistant/Types/NetMessager.hs index 79342b666..3df1782f8 100644 --- a/Assistant/Types/NetMessager.hs +++ b/Assistant/Types/NetMessager.hs @@ -21,8 +21,11 @@ data NetMessage -- requests other clients to inform us of their presence | QueryPresence -- notification about a stage in the pairing process, - -- involving another client identified by the Text, and a UUID. + -- involving a client identified by the Text, and a UUID. | PairingNotification PairStage Text UUID + -- notification about a stage in the pairing process with + -- other clients using the same account. + | SelfPairingNotification PairStage Text UUID deriving (Show) data NetMessagerControl = NetMessagerControl |