报错信息
[IMBus] 2016-12-19 10:01:48 [ERROR] (SmackClient:84) 连接消息服务器异常:Server does not support compatible authentication mechanism.
Server does not support compatible authentication mechanism.:
at org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:95)
at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:212)
at com.thinkive.im.smack.SmackClient.initConnection(SmackClient.java:82)
at com.thinkive.im.smack.SmackClient.sendMessage(SmackClient.java:97)
at com.thinkive.im.business.invs.BulkMessageThread.run(BulkMessageThread.java:40)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
[IMBus] 2016-12-19 10:01:48 [ERROR] (BulkMessageThread:43) 群发消息异常:Server does not support compatible authentication mechanism.
java.lang.Exception: Server does not support compatible authentication mechanism.
at com.thinkive.im.smack.SmackClient.initConnection(SmackClient.java:85)
at com.thinkive.im.smack.SmackClient.sendMessage(SmackClient.java:97)
at com.thinkive.im.business.invs.BulkMessageThread.run(BulkMessageThread.java:40)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)