diff options
author | James Booth <boothj5@gmail.com> | 2016-05-06 01:51:58 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-06 01:51:58 +0100 |
commit | 579d062063719ebd3a07f6ff0d90fa6de2bb8c1e (patch) | |
tree | 5dd85b46c8c9e485bae91973b147fb0caa5d5cbe /tests/unittests | |
parent | b6c4a2029ff34a8f0824c5241508fbd550044c21 (diff) | |
download | profani-tty-579d062063719ebd3a07f6ff0d90fa6de2bb8c1e.tar.gz |
Move send stanza function
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index a4cfe020..45fbf0ef 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -77,7 +77,7 @@ GList * session_get_available_resources(void) } gboolean -session_send_stanza(const char *const stanza) +connection_send_stanza(const char *const stanza) { return TRUE; } |