1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 22:32:06 +01:00

*** empty log message ***

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2188 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-12-19 18:30:58 +00:00 committed by gdombiak
parent a38e26be3a
commit 129f0a0bd2

View file

@ -92,6 +92,8 @@ public class XMPPConnection {
* command line such as "java SomeApp -Dsmack.debugEnabled=true".
*/
public static boolean DEBUG_ENABLED = false;
private static List connectionEstablishedListeners = new ArrayList();
static {
// Use try block since we may not have permission to get a system
// property (for example, when an applet).
@ -103,9 +105,6 @@ public class XMPPConnection {
// Initialize Smack with the parameterized configuration
SmackConfiguration.init();
}
private static List connectionEstablishedListeners = new ArrayList();
private SmackDebugger debugger = null;
String host;