mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Add StreamHost.toString()
This commit is contained in:
parent
7f0dc72dab
commit
fd89a5e5a5
1 changed files with 5 additions and 0 deletions
|
@ -337,6 +337,11 @@ public class Bytestream extends IQ {
|
||||||
xml.closeEmptyElement();
|
xml.closeEmptyElement();
|
||||||
return xml;
|
return xml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "SOCKS5 Stream Host: " + jid + "[" + address + ":" + port + "]";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue