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

Add comments and more tests

This commit is contained in:
vanitasvitae 2017-07-11 22:30:41 +02:00
parent ad529be705
commit e11a4ea9c5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 250 additions and 2 deletions

View file

@ -59,10 +59,12 @@ public class OutgoingJingleFileOffer extends JingleFileTransferSession {
task.cancel(true);
queued.remove(task);
}
break;
default:
jutil.sendSessionTerminateCancel(getRemote(), getSessionId());
}
jutil.sendSessionTerminateCancel(getRemote(), getSessionId());
notifyEndedListeners(JingleReason.Reason.cancel);
}