From 62bc86201594082819fb94c2384670362ec6e6dd Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 26 Oct 2013 11:26:19 +0000 Subject: [PATCH] SMACK-443 remove duplicate notifyReconnection() notifyReconnection() was called in initConnection() and in connect() git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13789 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/XMPPConnection.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index 9ee5a3f75..0e3fd65c7 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -652,9 +652,6 @@ public class XMPPConnection extends Connection { listener.connectionCreated(this); } } - else if (!wasAuthenticated) { - notifyReconnection(); - } } catch (XMPPException ex) {