1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-13 11:09:39 +02:00

Add JingleContentDescriptionFileTransfer and tests

This commit is contained in:
vanitasvitae 2017-05-31 13:27:23 +02:00
parent 7319998bb9
commit f0e6521360
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
12 changed files with 375 additions and 13 deletions

View file

@ -62,6 +62,7 @@ public abstract class JingleContentDescription implements ExtensionElement {
xml.append(payloads);
xml.closeElement(this);
return xml;
}