about summary refs log tree commit diff stats
path: root/tests/test_cmd_disconnect.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 22:03:40 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 22:03:40 +0000
commit76bd2ec13f5ffc21ddf91eebf3cb2e6dafe3ad75 (patch)
tree1cb60e775ca539479e373181910018908a9daa0e /tests/test_cmd_disconnect.c
parent965e82b35057414f93c75eb038c2402e019a6777 (diff)
downloadprofani-tty-76bd2ec13f5ffc21ddf91eebf3cb2e6dafe3ad75.tar.gz
Send active chat state, handle composing and gone from recipients
Diffstat (limited to 'tests/test_cmd_disconnect.c')
-rw-r--r--tests/test_cmd_disconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmd_disconnect.c b/tests/test_cmd_disconnect.c
index c0310cbf..2a16c805 100644
--- a/tests/test_cmd_disconnect.c
+++ b/tests/test_cmd_disconnect.c
@@ -18,8 +18,8 @@ void clears_chat_sessions(void **state)
 
     chat_sessions_init();
     roster_init();
-    chat_session_on_recipient_activity("bob@server.org", "laptop");
-    chat_session_on_recipient_activity("mike@server.org", "work");
+    chat_session_on_recipient_activity("bob@server.org", "laptop", FALSE);
+    chat_session_on_recipient_activity("mike@server.org", "work", FALSE);
 
     will_return(jabber_get_connection_status, JABBER_CONNECTED);
     will_return(jabber_get_fulljid, "myjid@myserver.com");