Closed generalmanager closed 6 years ago
We can ask the server to hand us the phone number (or email / the other fun stuff from #1085 if that ever gets implemented), which we then add as a normal contact. This would probably call for some slight modifications to the server tough.
I don't know a huge amount about the Signal server, but AFAIK, this can't be done. This is because the phone numbers are hashed before being uploaded to the server, so you can get a key from a phone number (hash) but not the other way around. This is for privacy reasons. If someone who actually works on the server wants to correct me, feel free.
GitHub Issue Cleanup: See #7598 for more information.
I would really like to be able to directly exchage the identity keys and ephemeral keys with QR codes. We could of course simplify this by only exchanging the identity keys and doing all the DH fun over the network. And we already have the whole identity scan option setup.
This way we can exchange TS contacts without having to type phone numbers (like animals :D) But more importantly we also verified the identity in the same step.
At this point there is one problem tough: We don't have a way to insert the contact into the Android contacts yet. As far as I can see there two ways we can take:
What's your comments, ideas, criticism? Hit me ;-)