mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-30 08:09:03 +02:00
Add debug option to XMPP
This commit is contained in:
@@ -119,6 +119,7 @@ public class XMPPManager extends Handler implements MessageListener, ChatManager
|
||||
connConf.setSASLAuthenticationEnabled(config.getBoolean("xmpp.sasl-enabled", false));
|
||||
connConf.setSendPresence(true);
|
||||
connConf.setReconnectionAllowed(true);
|
||||
connConf.setDebuggerEnabled(config.getBoolean("debug", false));
|
||||
connection = new XMPPConnection(connConf);
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user