syndicate_actor_tox/protocol.prs

16 lines
371 B
Plaintext
Raw Normal View History

2022-04-05 03:13:01 +00:00
version 1 .
ToxDataspace = <tox @publicKey bytes @entity #!any> .
2022-04-05 03:13:01 +00:00
FriendDataspace = <friend @publicKey bytes @entity #!any> .
2022-04-05 03:13:01 +00:00
CoreVersion = <core @major int @minor int @patch int> .
2022-04-05 03:13:01 +00:00
Address = <address @text string> .
2022-06-10 16:49:36 +00:00
Name = <name @name string> .
2022-04-05 03:13:01 +00:00
StatusMessage = <status-message @msg string> .
2022-04-05 03:13:01 +00:00
BootstrapNode = <bootstrap @publicKey string @host string @port int> .