jabber: fix crash when disconnection timeout is reached

This commit is contained in:
Dmitry Podgorny
2012-10-17 00:52:19 +03:00
parent ea9a527606
commit 6900d52d80
3 changed files with 10 additions and 7 deletions

View File

@@ -50,5 +50,6 @@ void jabber_send(const char * const msg, const char * const recipient);
void jabber_update_presence(jabber_presence_t status, const char * const msg);
const char * jabber_get_jid(void);
jabber_conn_status_t jabber_get_connection_status(void);
void jabber_free_resources(void);
#endif