summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroxmpp.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-05-22 16:40:47 +0000
committerishmal <ishmal@users.sourceforge.net>2006-05-22 16:40:47 +0000
commit851f10dace63ad3c8b07eec3cbfd9f2fa55e81ee (patch)
tree46e7e230c8775e91616e3c9d827c0f3a3e214a76 /src/pedro/pedroxmpp.cpp
parentadded missing file entry (diff)
downloadinkscape-851f10dace63ad3c8b07eec3cbfd9f2fa55e81ee.tar.gz
inkscape-851f10dace63ad3c8b07eec3cbfd9f2fa55e81ee.zip
More documentation
(bzr r948)
Diffstat (limited to 'src/pedro/pedroxmpp.cpp')
-rw-r--r--src/pedro/pedroxmpp.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pedro/pedroxmpp.cpp b/src/pedro/pedroxmpp.cpp
index e64a568f0..4011df1ad 100644
--- a/src/pedro/pedroxmpp.cpp
+++ b/src/pedro/pedroxmpp.cpp
@@ -3893,7 +3893,7 @@ bool XmppClient::disconnect()
}
keepGoing = false;
connected = false;
- Thread::sleep(3000); //allow receiving thread to quit
+ Thread::sleep(2000); //allow receiving thread to quit
sock->disconnect();
roster.clear();
groupChatsClear();
@@ -3903,6 +3903,8 @@ bool XmppClient::disconnect()
return true;
}
+
+
//#######################
//# ROSTER
//#######################