mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
SMACK-373 Don't remove listeners after a disconnect() , keep state of Connection between disconnect() and connect()/login()
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13793 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
44c3214539
commit
418dd24392
4 changed files with 0 additions and 31 deletions
|
@ -475,15 +475,7 @@ public class XMPPConnection extends Connection {
|
|||
|
||||
shutdown(unavailablePresence);
|
||||
|
||||
if (roster != null) {
|
||||
roster.cleanup();
|
||||
roster = null;
|
||||
}
|
||||
|
||||
wasAuthenticated = false;
|
||||
|
||||
packetWriter.cleanup();
|
||||
packetReader.cleanup();
|
||||
}
|
||||
|
||||
public void sendPacket(Packet packet) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue