Tidy up jabber module, removed unused code, made local functions private
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user