1 --- org/jivesoftware/smack/XMPPConnection.java 2010-02-13 11:13:16.478541616 +0100 2 +++ org/jivesoftware/smack/XMPPConnection.java 2010-02-13 11:58:49.798590947 +0100 3 @@ -55,7 +55,7 @@ 4 /** 5 * The socket which is used for this connection. 6 */ 7 - Socket socket; 8 + protected Socket socket; 9 10 String connectionID = null; 11 private String user = null; 12