aboutsummaryrefslogtreecommitdiff
path: root/asmack-master/patch/30-switch-debugging-implementations.patch
diff options
context:
space:
mode:
Diffstat (limited to 'asmack-master/patch/30-switch-debugging-implementations.patch')
-rw-r--r--asmack-master/patch/30-switch-debugging-implementations.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/asmack-master/patch/30-switch-debugging-implementations.patch b/asmack-master/patch/30-switch-debugging-implementations.patch
new file mode 100644
index 0000000..93be2a0
--- /dev/null
+++ b/asmack-master/patch/30-switch-debugging-implementations.patch
@@ -0,0 +1,17 @@
+--- ../../../src/smack/org/jivesoftware/smack/Connection.java 2010-02-03 23:29:21.000000000 +0100
++++ org/jivesoftware/smack/Connection.java 2010-02-03 23:56:56.000000000 +0100
+@@ -743,12 +743,12 @@
+ if (debuggerClass == null) {
+ try {
+ debuggerClass =
+- Class.forName("org.jivesoftware.smackx.debugger.EnhancedDebugger");
++ Class.forName("de.measite.smack.AndroidDebugger");
+ }
+ catch (Exception ex) {
+ try {
+ debuggerClass =
+- Class.forName("org.jivesoftware.smack.debugger.LiteDebugger");
++ Class.forName("org.jivesoftware.smack.debugger.ConsoleDebugger");
+ }
+ catch (Exception ex2) {
+ ex2.printStackTrace();