hostName = username + "_jbidwatcher";
}
servicePort = port;
serviceURL = "http://" + hostIP + ":" + servicePort;
JConfig.setConfiguration("tmp.service.url", serviceURL);
mDNS = new Mahalo(null, hostName);
mDNS.start();
} catch (Exception ignored) {
JConfig.log().handleException("Failed to register mDNS", ignored);
}
}