mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Fix XMPPTCPConnection to set 'host' and 'port'
Fixes SMACK-585
This commit is contained in:
parent
b117d3a918
commit
fe258fe110
2 changed files with 5 additions and 6 deletions
|
@ -202,12 +202,12 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
|||
/**
|
||||
* The used host to establish the connection to
|
||||
*/
|
||||
private String host;
|
||||
protected String host;
|
||||
|
||||
/**
|
||||
* The used port to establish the connection to
|
||||
*/
|
||||
private int port;
|
||||
protected int port;
|
||||
|
||||
/**
|
||||
* Set to true if the server requires the connection to be binded in order to continue.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue