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:
parent
ad529be705
commit
e11a4ea9c5
4 changed files with 250 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue