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

@@ -64,6 +64,12 @@ GList * jabber_get_available_resources(void)
return NULL;
}
gboolean
jabber_send_stanza(const char *const stanza)
{
return TRUE;
}
// message functions
char* message_send_chat(const char * const barejid, const char * const msg)
{