mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
callConnectionAuthenticatedListener() should call authenticated()
not connected().
This commit is contained in:
parent
865168688d
commit
3de8af6865
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ public abstract class XMPPConnection {
|
|||
|
||||
void callConnectionAuthenticatedListener() {
|
||||
for (ConnectionListener listener : getConnectionListeners()) {
|
||||
listener.connected(this);
|
||||
listener.authenticated(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue