1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +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

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