[OTR-dev] pidgin-otr problems receiving packets

Paul Wouters paul at cypherpunks.ca
Mon Oct 21 14:28:37 EDT 2013


On Mon, 21 Oct 2013, Moritz Warning wrote:

> The problem seems to be that one message has a size of 2578 Bytes
> and the protocol send it as two packets (1490+1088bytes payload).
> The first packets contents starts with ?OTR:AA... the seconds packet
> starts in the middle of the whole message.

That looks like a bug. OTR fragments start with "?OTR|", not "?OTR:"
So your first packet appears to be unfragmented according to the
protocol. The second message should also start with a "?OTR|" prefix.

It looks like the message got fragmentated at another layer?

Paul



More information about the OTR-dev mailing list