mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-11 01:59:38 +02:00
Refactor JET in order to match spec
This commit is contained in:
parent
5edd630fd0
commit
eb413f30b1
9 changed files with 78 additions and 70 deletions
|
@ -298,7 +298,7 @@ public class JingleContent implements JingleTransportCallback, JingleSecurityCal
|
|||
.setName(name)
|
||||
.setCreator(creator)
|
||||
.setSenders(senders)
|
||||
.setDisposition(disposition);;
|
||||
.setDisposition(disposition);
|
||||
|
||||
if (description != null) {
|
||||
builder.setDescription(description.getElement());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue