-
Notifications
You must be signed in to change notification settings - Fork 55
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
My fingerprint missing during OTR conversation #14
Comments
Hmm that's strange, are you using the latest code from the master branch? |
I updated 2 weeks ago and have rewiewed the latest changes but there seemed nothing to be concerned about. So I rejigged things a bit: I reset the App and I call: Then I get get back: And everything is great and I have my fingerprints / hashes. But if I cancel and re-initiate OTR the following are not called because the Keys have been generate for that user previously. I then call the following to get the fingerprints: My fingerprint is @“” and theirs is correct. It looks like my hash / fingerprint isn’t getting save in Libotr (guessing here) So should I be forcing the regeneration of the keys every time I initiate OTR? Thanks On Jul 22, 2014, at 12:39 PM, Chris Ballinger [email protected] wrote:
|
What I am investigating now is that OTRKit doesn't have my AccountName so when I ask it throws up its hands. While showFingerprintConfirmationForTheirHash has complete with success it didn't know who me was at the time. I will let you know how this goes ... |
Closing as things around verification seems a little up in the air at the mo. |
I have the same problem. I checkout fresh working copy 2 days ago. But it seems that something is broken |
I ran fresh installs on two devices and initiated an OTR session successfully. When I call "otr:fingerprintForAccountName" I get their fingerprint as expected. But when I call "otr:activeFingerprintForUsername" to retrieve my fingerprint I get an empty string @"".
I double checked using "otr:requestAllFingerprints" and this confirms I only have the one fingerprint for the other side of the OTR conversation.
I kind of assumed "my" fingerprint would be available if OTR initiated successfully. Going through the API's nothing really stands out something I have missed. But I do seem to be missing something nevertheless.
Any help would be appreciated. I want to do the right thing but I am not sure I know what that is ;(
The text was updated successfully, but these errors were encountered: