mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Fix "XEP-0323: IoT - Sensor Data" namespace
This commit is contained in:
parent
d47463a533
commit
9d8caf0563
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ package org.jivesoftware.smackx.iot.data.element;
|
|||
|
||||
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";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue