mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02: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() {
|
public void connectionClosed() {
|
||||||
cancel();
|
// cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void connectionClosedOnError(Exception e) {
|
public void connectionClosedOnError(Exception e) {
|
||||||
cancel();
|
// cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reconnectingIn(int seconds) {
|
public void reconnectingIn(int seconds) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue