Add signal store backend and OMEMO start command

This commit is contained in:
Paul Fariello
2019-02-25 18:07:11 +01:40
parent 1f9d46037c
commit f9216fddb1
12 changed files with 545 additions and 7 deletions

View File

@@ -2333,7 +2333,8 @@ static struct cmd_t command_defs[] =
{ "/omemo",
parse_args, 1, 3, NULL,
CMD_SUBFUNCS(
{ "gen", cmd_omemo_gen })
{ "gen", cmd_omemo_gen },
{ "start", cmd_omemo_start })
CMD_NOMAINFUNC
CMD_TAGS(
CMD_TAG_CHAT,