Moved chat state handling code to chat_state.c

This commit is contained in:
James Booth
2016-07-24 13:56:11 +01:00
parent 7c593c2780
commit 8d8f2f290d
6 changed files with 45 additions and 42 deletions

View File

@@ -35,6 +35,8 @@
#ifndef CLIENT_EVENTS_H
#define CLIENT_EVENTS_H
#include "xmpp/xmpp.h"
jabber_conn_status_t cl_ev_connect_jid(const char *const jid, const char *const passwd, const char *const altdomain, const int port, const char *const tls_policy);
jabber_conn_status_t cl_ev_connect_account(ProfAccount *account);