about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/xmpp/stub_xmpp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c
index 0a0f3fc6..93dac12a 100644
--- a/tests/unittests/xmpp/stub_xmpp.c
+++ b/tests/unittests/xmpp/stub_xmpp.c
@@ -213,6 +213,11 @@ message_send_invite(const char* const room, const char* const contact,
 {
 }
 
+void
+message_request_voice(const char* const roomjid)
+{
+}
+
 bool
 message_is_sent_by_us(const ProfMessage* const message, bool checkOID)
 {
n' href='/danisanti/profani-tty/blame/tests/unittests/test_chat_session.c?id=0649aad80d9d76e793801e105e021a7175bb64a1'>^
f7843def ^
a2726b6a ^

f7843def ^
a2726b6a ^
9bd2315d ^
f7843def ^

a2726b6a ^

f7843def ^
a2726b6a ^

f7843def ^
51bd4ed3 ^
a2726b6a ^
f7843def ^
9bd2315d ^

f7843def ^

a2726b6a ^

f7843def ^
a2726b6a ^


f7843def ^
51bd4ed3 ^

a2726b6a ^
f7843def ^
9bd2315d ^
f7843def ^

a2726b6a ^

f7843def ^
a2726b6a ^

f7843def ^
51bd4ed3 ^
9bd2315d ^
a2726b6a ^
f7843def ^
9bd2315d ^
25a6252a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55