otrv4 / libotr-ng

A new implementation of OTR with support for version 4. This is a mirror of https://bugs.otr.im/otrv4/libotr-ng
Other
43 stars 9 forks source link

Re-assemble received messages from the prekey server #175

Closed claucece closed 5 years ago

olabini commented 5 years ago

This specifically relates to fragmented messages being received.

claucece commented 5 years ago

This refers to this TODO: https://github.com/otrv4/libotr-ng/blob/master/src/prekey_client.c#L1726

// TODO: process fragmented messages
olabini commented 5 years ago

Ah, great, thanks.