Update Frequently Asked Questions

This commit is contained in:
Sébastien Blin 2020-12-24 14:33:57 -05:00
parent 655db99c2a
commit 8110c493c8
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ The DHT proxy is a server that registers on the DHT for you and relays your info
### <a name="advanced-5">How the username registration service work?</a>
The usernames are registered on an Ethereum blockchain. By default, it's ns.jami.net that is used, but if you are a developper, you can create your own system. Hence, nothing forces you to implement it with a blockchain. You can check results at http://ns.jami.net/name/test, where "test" is a username for which we are looking for a matching [Infohashs](guidelines/Identifiers).
For default parameters the usernames are registered on an Ethereum blockchain. By default, it's ns.jami.net that is used, but if you are a developper, you can create your own system. Hence, nothing forces you to implement it with a blockchain. You can check results at http://ns.jami.net/name/test, where "test" is a username for which we are looking for a matching [Infohashs](guidelines/Identifiers). Once registered, this server doesn't provide a way to remove the mapping. More informations there: https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/Name-Server-Protocol
### <a name="advanced-6">How can I change the timeout for a call?</a>