mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix for default policy updates in virtual fire alarm
This commit is contained in:
parent
31bed839ee
commit
d9bf01e59c
@ -114,8 +114,8 @@ public class AgentManager {
|
|||||||
agentCommunicator.put(AgentConstants.XMPP_PROTOCOL, xmppCommunicator);
|
agentCommunicator.put(AgentConstants.XMPP_PROTOCOL, xmppCommunicator);
|
||||||
|
|
||||||
} catch (TransportHandlerException e) {
|
} catch (TransportHandlerException e) {
|
||||||
log.error("XMPP Endpoint String - " + agentConfigs.getXmppServerEndpoint() +
|
log.info("XMPP Endpoint String - " + agentConfigs.getXmppServerEndpoint() +
|
||||||
", provided in the configuration file is invalid.");
|
", provided in the configuration file is invalid. XMPP is not configured.");
|
||||||
}
|
}
|
||||||
String mqttTopic = String.format(AgentConstants.MQTT_SUBSCRIBE_TOPIC, agentConfigs.getTenantDomain(),
|
String mqttTopic = String.format(AgentConstants.MQTT_SUBSCRIBE_TOPIC, agentConfigs.getTenantDomain(),
|
||||||
agentConfigs.getDeviceId());
|
agentConfigs.getDeviceId());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user