Esempio n. 1
0
  /** Adds listeners for the query */
  private void initListeners() {
    for (ProtocolProviderService pps : MUCActivator.getChatRoomProviders()) {
      addQueryToProviderPresenceListeners(pps);
    }

    mucService.addChatRoomListChangeListener(this);
    mucService.addChatRoomProviderWrapperListener(this);
    protolProviderRegistrationListener = new ProtocolProviderRegListener();
    MUCActivator.bundleContext.addServiceListener(protolProviderRegistrationListener);
  }