mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Properly allow sending streams
This commit is contained in:
parent
eb413f30b1
commit
7e7be0f47b
3 changed files with 27 additions and 52 deletions
|
@ -51,10 +51,10 @@ public class JingleContent implements JingleTransportCallback, JingleSecurityCal
|
|||
|
||||
private static final Logger LOGGER = Logger.getLogger(JingleContent.class.getName());
|
||||
|
||||
private JingleSession parent;
|
||||
private JingleContentElement.Creator creator;
|
||||
private final JingleContentElement.Creator creator;
|
||||
private final String name;
|
||||
private final String disposition;
|
||||
private JingleSession parent;
|
||||
private JingleContentElement.Senders senders;
|
||||
private JingleDescription<?> description;
|
||||
private JingleTransport<?> transport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue