diff options
author | James Booth <boothj5@gmail.com> | 2018-02-05 20:01:54 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2018-02-05 20:01:54 +0000 |
commit | 26a182945fcdada1f15e49ba7912f7b8ea88cd87 (patch) | |
tree | 9c7895180e8b783248316eae16a2500350514a48 /tests/unittests/xmpp | |
parent | 8db2389df6e1d0bdfda97bee5d2e9b29b87e438d (diff) | |
download | profani-tty-26a182945fcdada1f15e49ba7912f7b8ea88cd87.tar.gz |
Add /rooms cache
Diffstat (limited to 'tests/unittests/xmpp')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index e5c3d9ad..45db6649 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -204,6 +204,7 @@ void iq_room_role_set(const char * const room, const char * const nick, char *ro void iq_room_role_list(const char * const room, char *role) {} void iq_last_activity_request(gchar *jid) {} void iq_autoping_check(void) {} +void iq_rooms_cache_clear(void) {} // caps functions void caps_add_feature(char *feature) {} |