about summary refs log tree commit diff stats
path: root/tests/unittests/omemo
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-04-17 14:13:43 +0200
committerGitHub <noreply@github.com>2019-04-17 14:13:43 +0200
commit3d3eabb63fe9627c8eb8065b1753f217547ad49f (patch)
tree2f6c39d2cc3b665a98effe662071da2350363c46 /tests/unittests/omemo
parent9574127177a8e975add3cef523e85f6e75fe4585 (diff)
parent21ae946896d5c1489f3b8d4341dc90bf33ace984 (diff)
downloadprofani-tty-3d3eabb63fe9627c8eb8065b1753f217547ad49f.tar.gz
Merge pull request #1062 from paulfariello/feature/omemo-policy
Add OMEMO policy
Diffstat (limited to 'tests/unittests/omemo')
-rw-r--r--tests/unittests/omemo/stub_omemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/omemo/stub_omemo.c b/tests/unittests/omemo/stub_omemo.c
index baf2a05b..4b3548a4 100644
--- a/tests/unittests/omemo/stub_omemo.c
+++ b/tests/unittests/omemo/stub_omemo.c
@@ -22,7 +22,7 @@ omemo_format_fingerprint(const char *const fingerprint)
 void omemo_generate_crypto_materials(ProfAccount *account) {}
 
 gboolean
-omemo_is_trusted_jid(const char *const jid)
+omemo_automatic_start(const char *const jid)
 {
     return TRUE;
 }