Skip to content

Commit

Permalink
RJ & NE Add todo for reorganising tlv arguments at api level
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieesk committed Jan 9, 2018
1 parent 208388b commit ee751f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/otrv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -2468,6 +2468,8 @@ otrv4_err_t otrv4_prepare_to_send_message(string_t *to_send,

// Optional. Client might want or not to disguise the length of
// message

//TODO if we need to pad, merge the padding tlv and the user's tlvs to send
if (otr->conversation->client->pad) {
if (append_padding_tlv(tlvs, strlen(message)))
return OTR4_ERROR;
Expand Down

1 comment on commit ee751f0

@olabini
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, all this stuff has been simplified and hopefully fixed as part of #48

Please sign in to comment.