Uses of Class
org.jivesoftware.smackx.iot.discovery.element.IoTClaimed
-
Packages that use IoTClaimed Package Description org.jivesoftware.smackx.iot.discovery Smack's API for XMPP IoT XEP-0347 Discovery.org.jivesoftware.smackx.iot.discovery.provider Smack's API for XMPP IoT. -
-
Uses of IoTClaimed in org.jivesoftware.smackx.iot.discovery
Methods in org.jivesoftware.smackx.iot.discovery that return IoTClaimed Modifier and Type Method Description IoTClaimed
IoTDiscoveryManager. claimThing(java.util.Collection<Tag> metaTags)
IoTClaimed
IoTDiscoveryManager. claimThing(java.util.Collection<Tag> metaTags, boolean publicThing)
IoTClaimed
IoTDiscoveryManager. claimThing(Jid registry, java.util.Collection<Tag> metaTags, boolean publicThing)
Claim a thing by providing a collection of meta tags.IoTClaimed
IoTClaimedException. getIoTClaimed()
Constructors in org.jivesoftware.smackx.iot.discovery with parameters of type IoTClaimed Constructor Description IoTClaimedException(IoTClaimed iotClaimed)
-
Uses of IoTClaimed in org.jivesoftware.smackx.iot.discovery.provider
Methods in org.jivesoftware.smackx.iot.discovery.provider that return IoTClaimed Modifier and Type Method Description IoTClaimed
IoTClaimedProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-