-
Notifications
You must be signed in to change notification settings - Fork 21
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
how to register second device #14
Comments
I'm actually working on this very issue! It was not a direct need for me when I implemented the library, so it wasn't as well tested. But I have a different project that needs it, so I'm hoping to release an update with this support sometime in the next week or so (holidays permitting) |
@jheretic should we continue to harbor any hope you would fix this? |
Yes, I just didn't manage to have time to wrap things up before the holidays as it required some additional testing, and things got a little wild here in DC after the holidays so I've been somewhat occupied. This should still be fixed soon, just busy. |
Thanks @jheretic if you need a hand I’m happy to help. @ctzurcanu theres no need to speak like that. Josh is under no obligation here 👍 |
Hey jheretic, I'm working on the same stuff right now. Before the 3 of us reinvent the wheel at the same time - have you made any progress? Currently sitting at |
@Reiszecke I believe it's a problem with the |
Hey, I've temporarily set up a small workaround for the I'm not sure whether it's due to the library not correctly introducing itself to the WebSocket or if the Signal app only accepts very specific QR codes (specific in terms of QR code generation options). I'm afraid it's the former. |
Hey there I am trying to register a secondary device but have ran into problems it looks like
registerSecondDevice
isn't quite complete.Ive made some changes to get the cryto working in
ProvisioningCipher
but I am not entirely sure its correctDo you happen to have a working example of
registerSecondDevice
working?What I am trying to do is register a device and then send messages to a known number which is already registered with signal. Do you have any suggestions on the best way to do that?
The text was updated successfully, but these errors were encountered: