Use optElement() instead of optAppend() in StreamInitiation.toXML()

This commit is contained in:
Florian Schmaus 2019-09-24 23:29:26 +02:00
parent cf48f12565
commit c3247ef006
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class StreamInitiation extends IQ {
buf.rightAngleBracket();
// Add the file section if there is one.
buf.optAppend(file.toXML());
buf.optElement(file);
break;
case result:
buf.rightAngleBracket();