Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Add nickname support #4

Open
D-side opened this issue Feb 16, 2017 · 0 comments
Open

Add nickname support #4

D-side opened this issue Feb 16, 2017 · 0 comments

Comments

@D-side
Copy link
Owner

D-side commented Feb 16, 2017

The simple way

  • Announce the names of each other when the connection is established
  • Provide a nickname input field (possibly within a popup)
  • Broadcast nickname changes
  • Display names in the participants' list

Pitfall: easy to impersonate

The less convenient way

  • Display names in the participant list alongside their channel ids
  • (?) Hash channel ids into colors and use them for displaying names

The bleeding-edge way

  • Generate a pub-pri key pair using the new Crypto API
  • Establish a localstorage-persisted address book of publickey-name pairs
    • ...and a way to add users there, of course
  • Show an icon near those whose identity has been proven
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant