Tidy up jabber module, removed unused code, made local functions private

This commit is contained in:
James Booth
2012-10-02 21:37:55 +01:00
parent b9ab5d9f33
commit ee8407f4a4
4 changed files with 88 additions and 85 deletions

View File

@@ -277,7 +277,7 @@ _shutdown_init(void)
gboolean wait_response = jabber_disconnect();
if (wait_response) {
while (jabber_connection_status() == JABBER_DISCONNECTING) {
while (jabber_get_connection_status() == JABBER_DISCONNECTING) {
jabber_process_events();
}
}