Remove TODO comment in packet.StreamManagement

as the comment appears to be incorrect.
This commit is contained in:
Florian Schmaus 2018-04-07 23:06:49 +02:00
parent 2efec89050
commit d275d9a7da
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ public class StreamManagement {
} else {
xml.rightAngleBracket();
if (condition != null) {
// TODO This should use StanzaError (formerly XMPPError) in Smack 4.3 (see SMACK-769)
xml.append(condition.toString());
xml.xmlnsAttribute(StanzaError.NAMESPACE);
}