Added cl_ev_presence_send

This commit is contained in:
James Booth
2015-05-07 23:21:48 +01:00
parent 56cbce2ff3
commit d853284f92
5 changed files with 18 additions and 8 deletions

View File

@@ -60,6 +60,12 @@ cl_ev_connect_account(ProfAccount *account)
return jabber_connect_with_account(account);
}
void
cl_ev_presence_send(const resource_presence_t presence_type, const char * const msg, const int idle)
{
presence_send(presence_type, msg, idle);
}
void
cl_ev_send_msg(ProfChatWin *chatwin, const char * const msg)
{