static {
   XMPPConnectionRegistry.addConnectionCreationListener(
       new ConnectionCreationListener() {
         public void connectionCreated(XMPPConnection connection) {
           getInstanceFor(connection);
         }
       });
 }
예제 #2
0
 static {
   INSTANCES = new WeakHashMap();
   XMPPConnectionRegistry.addConnectionCreationListener(new C27841());
 }
예제 #3
0
 static {
   LOGGER = Logger.getLogger(MultiUserChat.class.getName());
   joinedRooms = new WeakHashMap();
   XMPPConnectionRegistry.addConnectionCreationListener(new C13311());
 }