1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Fix XMPPTCPConnection to set 'host' and 'port'

Fixes SMACK-585
This commit is contained in:
Florian Schmaus 2014-07-21 16:37:31 +02:00
parent b117d3a918
commit fe258fe110
2 changed files with 5 additions and 6 deletions

View file

@ -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.