mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01:00
Remove TODO comment in packet.StreamManagement
as the comment appears to be incorrect.
This commit is contained in:
parent
2efec89050
commit
d275d9a7da
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ public class StreamManagement {
|
||||||
} else {
|
} else {
|
||||||
xml.rightAngleBracket();
|
xml.rightAngleBracket();
|
||||||
if (condition != null) {
|
if (condition != null) {
|
||||||
// TODO This should use StanzaError (formerly XMPPError) in Smack 4.3 (see SMACK-769)
|
|
||||||
xml.append(condition.toString());
|
xml.append(condition.toString());
|
||||||
xml.xmlnsAttribute(StanzaError.NAMESPACE);
|
xml.xmlnsAttribute(StanzaError.NAMESPACE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue