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:
Derek DeMoro 2007-02-15 22:27:56 +00:00 committed by derek
parent 0e85f25129
commit 4cfbf00e48
1 changed files with 2 additions and 2 deletions

View File

@ -2624,11 +2624,11 @@ public class MultiUserChat {
}
public void connectionClosed() {
cancel();
// cancel();
}
public void connectionClosedOnError(Exception e) {
cancel();
// cancel();
}
public void reconnectingIn(int seconds) {