You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Hello! I've managed to follow the guide from readme file and created the session for initiator using session pre key bundle (using session builder). Then initiator encrypt the pre_key_signal_message for recipient, but I can't find a function to create session from the initiator's pre_key_signal_message.
The only function you have is:
int session_builder_process_pre_key_bundle(session_builder *builder, session_pre_key_bundle *bundle);
I guess there should be something like (and the description in session_builder.h has a hint):
int session_builder_process_pre_key_signal_message(session_builder *builder, pre_key_signal_message *msg);
The text was updated successfully, but these errors were encountered:
Hello! I've managed to follow the guide from readme file and created the session for initiator using session pre key bundle (using session builder). Then initiator encrypt the pre_key_signal_message for recipient, but I can't find a function to create session from the initiator's pre_key_signal_message.
The only function you have is:
int session_builder_process_pre_key_bundle(session_builder *builder, session_pre_key_bundle *bundle);
I guess there should be something like (and the description in session_builder.h has a hint):
int session_builder_process_pre_key_signal_message(session_builder *builder, pre_key_signal_message *msg);
The text was updated successfully, but these errors were encountered: