mirror of
https://github.com/nikdoof/bukkitxmpp.git
synced 2025-12-15 18:42:15 +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>
|
<dependency>
|
||||||
<groupId>jivesoftware</groupId>
|
<groupId>jivesoftware</groupId>
|
||||||
<artifactId>smack</artifactId>
|
<artifactId>smack</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jivesoftware</groupId>
|
<groupId>jivesoftware</groupId>
|
||||||
<artifactId>smackx</artifactId>
|
<artifactId>smackx</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.2.1</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ public class BukkitXMPP extends JavaPlugin implements PacketListener {
|
|||||||
muc.addMessageListener(this);
|
muc.addMessageListener(this);
|
||||||
muc.addParticipantStatusListener(participantListener);
|
muc.addParticipantStatusListener(participantListener);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warning("Error connecting to XMPP server " + server);
|
log.warning("Error connecting to XMPP server " + server + ": " + e.toString());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log.warning("Incomplete configration for XMPP server");
|
log.warning("Incomplete configration for XMPP server");
|
||||||
|
|||||||
Reference in New Issue
Block a user