aboutsummaryrefslogtreecommitdiff
path: root/asmack-master/patch/oldpatch/45-protected-xmpp-socket.patch
blob: 72f2d976908e4f508503324aae155d9508d5c4a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- org/jivesoftware/smack/XMPPConnection.java	2010-02-13 11:13:16.478541616 +0100
+++ org/jivesoftware/smack/XMPPConnection.java	2010-02-13 11:58:49.798590947 +0100
@@ -55,7 +55,7 @@
     /**
      * The socket which is used for this connection.
      */
-    Socket socket;
+    protected Socket socket;
 
     String connectionID = null;
     private String user = null;