diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-10-17 00:08:36 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-12-06 13:33:21 +0100 |
commit | e745b4af60bf9d504abec737babebe0a0f9c5ef8 (patch) | |
tree | 2cb69f2046bf37f0ea4d98a5377f83fd2df258f8 /tests/unittests | |
parent | 23e886ed5eb7fd8d53239aaf5d6266a08b01156a (diff) | |
download | profani-tty-e745b4af60bf9d504abec737babebe0a0f9c5ef8.tar.gz |
tests: add publish_user_mood stub
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 847ce82a..a01c9930 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -426,6 +426,11 @@ iq_muc_register_nick(const char* const roomjid) { } +void +publish_user_mood(const char* const mood, const char* const text) +{ +} + // caps functions void caps_add_feature(char* feature) |