1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00

Fix "XEP-0323: IoT - Sensor Data" namespace

This commit is contained in:
Florian Schmaus 2017-01-12 12:48:07 +01:00
parent d47463a533
commit 9d8caf0563

View file

@ -18,6 +18,6 @@ package org.jivesoftware.smackx.iot.data.element;
public class Constants { public class Constants {
public static final String IOT_SENSORDATA_NAMESPACE = "urn:xmpp:iot:data"; public static final String IOT_SENSORDATA_NAMESPACE = "urn:xmpp:iot:sensordata";
} }