mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Add DiscoverItems.Item.toString()
This commit is contained in:
parent
04238bd36a
commit
d337474a86
1 changed files with 5 additions and 0 deletions
|
@ -237,5 +237,10 @@ public class DiscoverItems extends IQ {
|
|||
xml.closeEmptyElement();
|
||||
return xml;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return toXML().toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue