Added /disconnect command

This commit is contained in:
James Booth
2012-10-27 18:12:04 +01:00
parent 852112cda8
commit 28d388319a
4 changed files with 41 additions and 2 deletions

View File

@@ -51,5 +51,6 @@ 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);
void jabber_restart(void);
#endif