Exemplo n.º 1
0
  public void start() {
    try {
      super.start();

      // create Jxme stack
      // get or create an IMPipe
      logger.debug("SIP side started, starting JXME");

      //	        setupIMPipe();
      groupsvc.listen(impipe, this);
      started = true;

    } catch (Exception e) {
      e.printStackTrace();
    }
  }