Move send stanza function

This commit is contained in:
James Booth
2016-05-06 01:51:58 +01:00
parent b6c4a2029f
commit 579d062063
6 changed files with 15 additions and 16 deletions

View File

@@ -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;
}