1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

1) Added conflict check in ReconnectionManager.

2) Fixed compilation errors due to change in interface name.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6122 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro 2006-11-15 22:29:25 +00:00 committed by derek
parent f5371f42a7
commit 4e0397e80a
3 changed files with 18 additions and 6 deletions

View file

@ -2622,7 +2622,7 @@ public class MultiUserChat {
// ignore
}
public void reconectionSuccessful() {
public void reconnectionSuccessful() {
// ignore
}