Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Message
string ns = 1
int64 limit = 2
bytes cookie = 3
Used in: Message
repeated Register registrations = 1
bytes cookie = 2
string statusText = 4
Used in: Message
repeated string supported_subscription_types = 1
string ns = 2
Used in: Message
string subscription_type = 1
string subscription_details = 2
string statusText = 4
Used in: Message
REGISTER = 0
REGISTER_RESPONSE = 1
UNREGISTER = 2
DISCOVER = 3
DISCOVER_RESPONSE = 4
DISCOVER_SUBSCRIBE = 100
DISCOVER_SUBSCRIBE_RESPONSE = 101
Used in: Register
bytes id = 1
repeated bytes addrs = 2
Used in: Message, DiscoverResponse
string ns = 1
optional PeerInfo peer = 2
int64 ttl = 3
Used in: Message
string statusText = 2
int64 ttl = 3
Used in: DiscoverResponse, DiscoverSubscribeResponse, RegisterResponse
OK = 0
E_INVALID_NAMESPACE = 100
E_INVALID_PEER_INFO = 101
E_INVALID_TTL = 102
E_INVALID_COOKIE = 103
E_NOT_AUTHORIZED = 200
E_INTERNAL_ERROR = 300
E_UNAVAILABLE = 400
Used in: Message
string ns = 1
bytes id = 2
string id = 1
repeated bytes addrs = 2
string ns = 3
int64 ttl = 4