mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +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:
parent
a38e26be3a
commit
129f0a0bd2
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue