Uses of Class
org.jivesoftware.smackx.iot.control.element.IoTSetResponse
Package
Description
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
-
Uses of IoTSetResponse in org.jivesoftware.smackx.iot.control
Modifier and TypeMethodDescriptionIoTControlManager.setUsingIq
(FullJid jid, Collection<? extends SetData> data) Control a thing by sending a collection ofSetData
instructions.IoTControlManager.setUsingIq
(FullJid jid, SetData data) Control a thing by sending a collection ofSetData
instructions. -
Uses of IoTSetResponse in org.jivesoftware.smackx.iot.control.provider
Modifier and TypeMethodDescriptionIoTSetResponseProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)