about summary refs log tree commit diff stats
path: root/tests/unittests/omemo/stub_omemo.c
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-04-08 20:29:25 +0320
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:23:46 +0200
commit4ad6904216fa5917f202a0f1bfe3d4712559aeae (patch)
treedda2dadc3bc5f12f5b6df0b8b27da77d87606ac2 /tests/unittests/omemo/stub_omemo.c
parentedbc15fa2b36d9e131707d7d58b79caec917e7f5 (diff)
downloadprofani-tty-4ad6904216fa5917f202a0f1bfe3d4712559aeae.tar.gz
Wait for discovery end to publish omemo devicelist and bundle
Add sv_ev_connection_features_received for that purpose
Diffstat (limited to 'tests/unittests/omemo/stub_omemo.c')
-rw-r--r--tests/unittests/omemo/stub_omemo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/omemo/stub_omemo.c b/tests/unittests/omemo/stub_omemo.c
index 200226b0..84398378 100644
--- a/tests/unittests/omemo/stub_omemo.c
+++ b/tests/unittests/omemo/stub_omemo.c
@@ -59,3 +59,4 @@ void omemo_start_session(const char *const barejid) {}
 void omemo_trust(const char *const jid, const char *const fingerprint_formatted) {}
 void omemo_untrust(const char *const jid, const char *const fingerprint_formatted) {}
 void omemo_devicelist_publish(GList *device_list) {}
+void omemo_publish_crypto_materials(void) {}