Skip to content

Commit

Permalink
Remove unused mucManager field in JabberIMConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Sep 11, 2019
1 parent dba431c commit 4a89494
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -156,8 +156,6 @@ class JabberIMConnection extends AbstractIMConnection {

private Roster roster;

private MultiUserChatManager mucManager;

/**
* Proxy parameters
*/
Expand Down Expand Up @@ -373,7 +371,6 @@ public boolean verify(String arg0, SSLSession arg1) {
XMPPTCPConnectionConfiguration conf = cfg.build();

final XMPPTCPConnection connection = new XMPPTCPConnection(conf);
this.mucManager = MultiUserChatManager.getInstanceFor(connection);

this.connection = connection;
LOGGER.info("Trying to connect to XMPP on " + "/" + connection.getXMPPServiceDomain()
Expand Down

0 comments on commit 4a89494

Please sign in to comment.