1
0
Fork 0
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:
vanitasvitae 2017-08-16 18:20:56 +02:00
parent eb413f30b1
commit 7e7be0f47b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 27 additions and 52 deletions

View file

@ -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;