Moved login events to client events module

This commit is contained in:
James Booth
2015-04-22 00:29:37 +01:00
parent 1c47b57e19
commit ba286c54ef
3 changed files with 132 additions and 109 deletions

View File

@@ -35,6 +35,9 @@
#ifndef CLIENT_EVENTS_H
#define CLIENT_EVENTS_H
jabber_conn_status_t client_connect_jid(const char * const jid, const char * const altdomain, const int port);
gboolean client_connect_account(ProfAccount *account, jabber_conn_status_t *conn_status);
void client_send_msg(const char * const barejid, const char * const msg);
void client_send_muc_msg(const char * const roomjid, const char * const msg);
void client_send_priv_msg(const char * const fulljid, const char * const msg);