about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-14 23:10:51 +0000
committerJames Booth <boothj5@gmail.com>2015-03-14 23:10:51 +0000
commitca30ff3910e27d35de8ebf9f909a38b022a16343 (patch)
treee14e6ffa627365f413784a380db1e540c534df9d /tests
parenta79ea3cbe239f6ce9db37896b2251c1b25143b7d (diff)
parent385336c10b0026025d4cd3a32d0a9b1bc521469a (diff)
downloadprofani-tty-ca30ff3910e27d35de8ebf9f909a38b022a16343.tar.gz
Merge branch 'master' into xep-0184
Conflicts:
	src/server_events.c
	src/ui/core.c
	src/ui/ui.h
	tests/ui/stub_ui.c
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index 802286ba..6b2698a2 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -202,6 +202,7 @@ void ui_disconnected(void) {}
 void ui_recipient_gone(const char * const barejid, const char * const resource) {}
 
 void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id) {}
+void ui_outgoing_chat_msg_carbon(const char * const barejid, const char * const message) {}
 void ui_outgoing_private_msg(const char * const fulljid, const char * const message) {}
 
 void ui_room_join(const char * const roomjid, gboolean focus) {}