-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I've noticed in the codebase that most references to SignalPreKeyMessage have been commented out and thus unsupported for use.
Was there a specific reason or decision that led to this? In the JAVA library this appears to be used and is working.
One example: Classes/SignalSessionBuilder.m
/*
- (void) processPreKeyMessage:(SignalPreKeyMessage*)preKeyMessage {
NSParameterAssert(preKeyMessage);
if (!preKeyMessage) { return; }
session_record *record = NULL;
//int result = session_record_create(&record, <#session_state *state#>, <#signal_context *global_context#>)
//int result = session_builder_process_pre_key_signal_message(_builder, <#session_record *record#>, <#pre_key_signal_message *message#>, <#uint32_t *unsigned_pre_key_id#>)
}
*/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels