mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 08:46:21 +00:00
Added prof_send_stanza to plugins API
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user