Package | Description |
---|---|
org.jivesoftware.smackx.iot.control |
Smack's API for XMPP IoT.
|
org.jivesoftware.smackx.iot.control.provider |
Smack's API for XMPP IoT.
|
Modifier and Type | Method and Description |
---|---|
IoTSetResponse |
IoTControlManager.setUsingIq(org.jxmpp.jid.FullJid jid,
Collection<? extends SetData> data)
Control a thing by sending a collection of
SetData instructions. |
IoTSetResponse |
IoTControlManager.setUsingIq(org.jxmpp.jid.FullJid jid,
SetData data)
Control a thing by sending a collection of
SetData instructions. |
Modifier and Type | Method and Description |
---|---|
IoTSetResponse |
IoTSetResponseProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |