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

@@ -150,7 +150,7 @@ cmd_execute_default(ProfWin *window, const char *inp)
}
case WIN_XML:
{
session_send_stanza(inp);
connection_send_stanza(inp);
break;
}
default: