-
Notifications
You must be signed in to change notification settings - Fork 16
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
prekey attribute not added when sending a PreKeySignalMessage #28
Comments
prekey='true'
attribute not added when sending a PreKeySignalMessage
hi, and thanks for the report. i slightly remember that it was not required when i first implemented it, i'll check out what needs to be done. |
it should not be hard, i just need an additional function that does the same but adds the attribute. does anything break already without this? |
Dino does check if the prekey attribute is present, which means that libomemo can't open sessions with Dino. But sessions can be created the other way round, so users natural response "something didn't work" already fixes it, making it a bad UX, but nothing critical. |
this issue was not automatically closed, presumably because i changed the default branch before the commit referencing this issue was merged from the then-not-default branch to the then-default branch. so i'm closing it manually now 🙂 |
According to XEP-0384 (version 0.3.0) §4.5:
This behavior is not implemented in libomemo.
The text was updated successfully, but these errors were encountered: