Skip to content

Curious why SignalPreKeyMessage appears to be unsupported #15

@Manbearpixel

Description

@Manbearpixel

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#>)
}
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions