diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-10-21 16:47:03 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-10-21 16:47:03 +0200 |
commit | e5f506a200367577f8a288c405bc5f0275b55e77 (patch) | |
tree | 59c7c386e2f33ed8ad7b25b2043a88f4e9372ab4 /tests/unittests/xmpp | |
parent | 688191f5e15e011dc873d1df3d01a5092b43f262 (diff) | |
download | profani-tty-e5f506a200367577f8a288c405bc5f0275b55e77.tar.gz |
Add MAM test stubs
Diffstat (limited to 'tests/unittests/xmpp')
-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 a01c9930..f79aeb55 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -427,6 +427,11 @@ iq_muc_register_nick(const char* const roomjid) } void +iq_mam_request(ProfChatWin* win, GDateTime* enddate) +{ +} + +void publish_user_mood(const char* const mood, const char* const text) { } |