diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index e3136413f..b45d5d57f 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -147,7 +147,7 @@ public class XMPPConnection { Roster roster = null; private AccountManager accountManager = null; - protected SASLAuthentication saslAuthentication = new SASLAuthentication(this); + private SASLAuthentication saslAuthentication = new SASLAuthentication(this); Writer writer; Reader reader;