Esempio n. 1
0
 static {
   LOGGER = Logger.getLogger(ReconnectionManager.class.getName());
   INSTANCES = new WeakHashMap();
   XMPPConnectionRegistry.addConnectionCreationListener(new C01541());
   enabledPerDefault = false;
   defaultFixedDelay = 15;
   defaultReconnectionPolicy = ReconnectionPolicy.RANDOM_INCREASING_DELAY;
 }
Esempio n. 2
0
 static {
   LOGGER = Logger.getLogger(ReconnectionManager.class.getName());
   XMPPConnectionRegistry.addConnectionCreationListener(new C12781());
 }