Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for short names in dhtchat #383

Closed
tekknolagi opened this issue Mar 1, 2019 · 3 comments
Closed

Support for short names in dhtchat #383

tekknolagi opened this issue Mar 1, 2019 · 3 comments

Comments

@tekknolagi
Copy link

I'm writing a weechat interface for dhtchat and it would be nice to have short-names displayed in the chat messages. I can think of a couple approaches to this:

  1. First-come first-serve nicknames, like normal IRC server nicks -- with some kind of consensus
  2. Announce your nickname with a special kind of message and get it + a partial ID suffix (eg username|18ja)

Neither is particularly great, so I was wondering if there was something like this planned. Cheers!

@aberaud
Copy link
Member

aberaud commented Mar 1, 2019

For Jami we use a blockchain-based nameservice that can be used to resolve a public-key or hash to a username. (for instance http://ns.jami.net/name/test )

@tekknolagi
Copy link
Author

Is that software open source and/or is there a public API for it?

@aberaud
Copy link
Member

aberaud commented Mar 16, 2019

yes !
https://git.jami.net/savoirfairelinux/ring-nameservice

Public API is not documented yet however it's a very simple REST API

@ghenry ghenry closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants