|
|
@ -45,7 +45,7 @@ public class XmppConfig {
|
|
|
|
List<PushNotificationConfig.Property> properties = deviceManagementConfiguration.getPushNotificationConfig()
|
|
|
|
List<PushNotificationConfig.Property> properties = deviceManagementConfiguration.getPushNotificationConfig()
|
|
|
|
.getProperties();
|
|
|
|
.getProperties();
|
|
|
|
String provider = deviceManagementConfiguration.getPushNotificationConfig().getPushNotificationProvider();
|
|
|
|
String provider = deviceManagementConfiguration.getPushNotificationConfig().getPushNotificationProvider();
|
|
|
|
if (provider.equals("XMPP")) {
|
|
|
|
if ("XMPP".equals(provider)) {
|
|
|
|
enabled = true;
|
|
|
|
enabled = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (enabled) {
|
|
|
|
if (enabled) {
|
|
|
|