mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 04:12:04 +01:00
SMACK-199 MultiUserChat invitation listeners are no longer removed on disconnect.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7148 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
0e85f25129
commit
4cfbf00e48
1 changed files with 2 additions and 2 deletions
|
@ -2624,11 +2624,11 @@ public class MultiUserChat {
|
|||
}
|
||||
|
||||
public void connectionClosed() {
|
||||
cancel();
|
||||
// cancel();
|
||||
}
|
||||
|
||||
public void connectionClosedOnError(Exception e) {
|
||||
cancel();
|
||||
// cancel();
|
||||
}
|
||||
|
||||
public void reconnectingIn(int seconds) {
|
||||
|
|
Loading…
Reference in a new issue