Init and shutdown of libstrophe moved, free resources before creating

This commit is contained in:
James Booth
2013-02-27 23:14:41 +00:00
parent 24f0d9e6e5
commit aeb0bfa13c
3 changed files with 26 additions and 12 deletions

View File

@@ -64,6 +64,7 @@ jabber_conn_status_t jabber_connect_with_details(const char * const jid,
jabber_conn_status_t jabber_connect_with_account(const ProfAccount * const account,
const char * const passwd);
void jabber_disconnect(void);
void jabber_shutdown(void);
void jabber_process_events(void);
const char * jabber_get_jid(void);
jabber_conn_status_t jabber_get_connection_status(void);