mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Fix jingle ft
This commit is contained in:
commit
3a4f758b6a
5 changed files with 41 additions and 9 deletions
|
@ -78,6 +78,7 @@ public final class Jingle extends IQ {
|
|||
else {
|
||||
this.contents = Collections.emptyList();
|
||||
}
|
||||
setType(Type.set);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -46,7 +46,7 @@ public abstract class JingleContentDescription implements ExtensionElement {
|
|||
return ELEMENT;
|
||||
}
|
||||
|
||||
public List<JingleContentDescriptionChildElement> getJinglePayloadTypes() {
|
||||
public List<JingleContentDescriptionChildElement> getJingleContentDescriptionChildren() {
|
||||
return payloads;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue