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

@@ -381,7 +381,7 @@ api_win_show_themed(const char *tag, const char *const group, const char *const
int
api_send_stanza(const char *const stanza)
{
return session_send_stanza(stanza);
return connection_send_stanza(stanza);
}
gboolean