From 4477561d4b0e59c7479eeae87e103cfcb5407342 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 5 Jul 2014 12:04:40 +0200 Subject: [PATCH] Replace references to 'smack.jar' Also don't mention the required JDK version in the README as such information tends to become wrong easily. --- documentation/debugging.html | 6 +++--- resources/README.html | 4 ++-- .../java/org/jivesoftware/smack/SmackConfiguration.java | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/documentation/debugging.html b/documentation/debugging.html index 59e7d1cb2..b5f891a6d 100644 --- a/documentation/debugging.html +++ b/documentation/debugging.html @@ -16,8 +16,8 @@ Debugging with Smack

Smack includes two built-in debugging consoles that will let you track all XML traffic between -the client and server. A lite debugger which is part of the smack.jar -and an enhanced debugger contained in smackx-debug.jar. +the client and server. A lite debugger which is part of the smack-core.jar +and an enhanced debugger contained in smack-debug.jar.

@@ -56,7 +56,7 @@ Smack uses the following logic to decide the debugger console to use:

  • If step 1 fails then Smack will try to use the enhanced debugger. The file smackx-debug.jar contains the enhanced debugger. Therefore you will need to place the jar file in the classpath. For situations where space is an issue you - may want to only deploy smack.jar in which case the enhanced debugger won't be + may want to only deploy smack-core.jar in which case the enhanced debugger won't be available.

  • The last option if the previous two steps fail is to use the lite debugger. The lite diff --git a/resources/README.html b/resources/README.html index bd1895657..7d6e349e1 100644 --- a/resources/README.html +++ b/resources/README.html @@ -55,9 +55,9 @@ possible, instructions are provided for both Unix/Linux and Windows users.

    Configure Java

    diff --git a/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java b/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java index 2b51cd69e..374c1c8b5 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java @@ -52,8 +52,7 @@ import org.xmlpull.v1.XmlPullParserException; * via the API will override settings in the configuration file. * * - * Configuration settings are stored in org.jivesoftware.smack/smack-config.xml (typically inside the - * smack.jar file). + * Configuration settings are stored in org.jivesoftware.smack/smack-config.xml. * * @author Gaston Dombiak */