mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-16 06:12:58 +00:00
Update src/Simplex/Messaging/Protocol.hs
Co-authored-by: Evgeny <evgeny@poberezkin.com>
This commit is contained in:
@@ -1592,9 +1592,6 @@ data ErrorType
|
||||
DUPLICATE_ -- not part of SMP protocol, used internally
|
||||
deriving (Eq, Show)
|
||||
|
||||
-- | What the router knows about a name. Resolving a name and asking whether it
|
||||
-- can be registered are the same question to the registry, and a client that
|
||||
-- offers a taken name to register wants to show what took it.
|
||||
data NameResponse
|
||||
= -- | resolves, and the registration runs until this time
|
||||
NRNameRecord {nameRecord :: NameRecord, expires :: Maybe Int64}
|
||||
|
||||
Reference in New Issue
Block a user