syndicate_actor_tox/protocol.prs

27 lines
652 B
Plaintext

version 1 .
ToxDataspace = <tox @publicKey bytes @entity #!any> .
FriendDataspace = <friend @publicKey bytes @entity #!any> .
CoreVersion = <core @major int @minor int @patch int> .
Address = <address @text string> .
Name = <name @name string> .
Connection = =none / =tcp / =udp .
Status = <status @status Connection> .
StatusMessage = <status-message @msg string> .
Typing = <typing> .
; Asserted by the core on a friend request.
FriendRequest = <request @key bytes @msg string> .
; Asserted to the core to accept a friend request.
FriendAccept = <accept @key bytes> .
BootstrapNode = <bootstrap @publicKey string @host string @port int> .