mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02: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();
|
||||
return xml;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SOCKS5 Stream Host: " + jid + "[" + address + ":" + port + "]";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue