diff options
author | Thorben Günther <admin@xenrox.net> | 2021-03-12 12:55:19 +0100 |
---|---|---|
committer | Thorben Günther <admin@xenrox.net> | 2021-03-12 14:57:00 +0100 |
commit | ec6f9df48605d63f058e766a9d10567a303cb390 (patch) | |
tree | 5f91fccd02af9e876c09c9884cddf4c04048c47d /tests/unittests | |
parent | dbd8657759c50628da2999409661b2268a1aa161 (diff) | |
download | profani-tty-ec6f9df48605d63f058e766a9d10567a303cb390.tar.gz |
MUC: Add voice request
closes https://github.com/profanity-im/profanity/issues/1211
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 5 |
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) { |