about summary refs log tree commit diff stats
path: root/tests/xmpp
diff options
context:
space:
mode:
authorOlivier LE MOAL <olivier.lemoal@winamax.fr>2015-02-02 11:10:05 +0100
committerOlivier LE MOAL <olivier.lemoal@winamax.fr>2015-02-10 11:32:22 +0100
commit48f9f3b3b0d4e12f55ba5ea2c34695e899916c3d (patch)
tree374b896113ea765bbaf05545bc42da0ff66d3570 /tests/xmpp
parent5c9dd2802a6aefcaa67cbf03a65128b595b587c9 (diff)
downloadprofani-tty-48f9f3b3b0d4e12f55ba5ea2c34695e899916c3d.tar.gz
Add XEP-0280 support
Diffstat (limited to 'tests/xmpp')
-rw-r--r--tests/xmpp/stub_xmpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xmpp/stub_xmpp.c b/tests/xmpp/stub_xmpp.c
index 281857f0..dc9a258e 100644
--- a/tests/xmpp/stub_xmpp.c
+++ b/tests/xmpp/stub_xmpp.c
@@ -119,6 +119,8 @@ gboolean presence_sub_request_exists(const char * const bare_jid)
 }
 
 // iq functions
+void iq_disable_carbons() {};
+void iq_enable_carbons() {};
 void iq_send_software_version(const char * const fulljid) {}
 
 void iq_room_list_request(gchar *conferencejid)