mirror of
https://github.com/nikdoof/bukkitxmpp.git
synced 2025-12-13 01:32:16 +00:00
Update to Smack 3.2.1, provide more information for connection issues
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -27,12 +27,12 @@
|
||||
<dependency>
|
||||
<groupId>jivesoftware</groupId>
|
||||
<artifactId>smack</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<version>3.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jivesoftware</groupId>
|
||||
<artifactId>smackx</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<version>3.2.1</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -116,7 +116,7 @@ public class BukkitXMPP extends JavaPlugin implements PacketListener {
|
||||
muc.addMessageListener(this);
|
||||
muc.addParticipantStatusListener(participantListener);
|
||||
} catch (Exception e) {
|
||||
log.warning("Error connecting to XMPP server " + server);
|
||||
log.warning("Error connecting to XMPP server " + server + ": " + e.toString());
|
||||
}
|
||||
} else {
|
||||
log.warning("Incomplete configration for XMPP server");
|
||||
|
||||
Reference in New Issue
Block a user