-
-
Save sonOfRa/6285869 to your computer and use it in GitHub Desktop.
Suggestion for Tox Data file format.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key" : "plain:BASE64key|enc:BASE64encryptedkey", | |
"dht" : { | |
"autoconnect" : true, | |
"server" : "1.1.1.1|toxdht.example.com", | |
"port" : 33445 | |
}, | |
"name" : "foo", | |
"friends" : [{ | |
"pubkey" : "BASE64-pubkey", | |
"nickname" : "Custom name for friend, if empty, use the name they are sending" | |
}, { | |
"pubkey" : "BASE64-pubkey", | |
"nickname" : "Alice" | |
}, { | |
"pubkey" : "BASE64-pubkey", | |
"nickname" : "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment