Added prof_send_stanza to plugins API

This commit is contained in:
James Booth
2016-03-23 22:57:03 +00:00
parent 503fc9e393
commit 4c913aa08b
10 changed files with 61 additions and 6 deletions

View File

@@ -325,3 +325,10 @@ api_win_show_themed(const char *tag, const char *const group, const char *const
return 1;
}
int
api_send_stanza(const char *const stanza)
{
return jabber_send_stanza(stanza);
}