mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Move notifyReconnection in AbstractXMPPConnection
This commit is contained in:
parent
82eb9b18dd
commit
67c0a7089b
4 changed files with 19 additions and 24 deletions
|
@ -479,9 +479,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
|
|||
if (wasAuthenticated) {
|
||||
login();
|
||||
}
|
||||
for (ConnectionListener listener : getConnectionListeners()) {
|
||||
listener.reconnectionSuccessful();
|
||||
}
|
||||
notifyReconnection();
|
||||
}
|
||||
catch (Exception e) {
|
||||
for (ConnectionListener listener : getConnectionListeners()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue