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.
|
Modifier and Type | Method and Description |
---|---|
IoTClaimed |
IoTDiscoveryManager.claimThing(Collection<Tag> metaTags) |
IoTClaimed |
IoTDiscoveryManager.claimThing(Collection<Tag> metaTags,
boolean publicThing) |
IoTClaimed |
IoTDiscoveryManager.claimThing(org.jxmpp.jid.Jid registry,
Collection<Tag> metaTags,
boolean publicThing)
Claim a thing by providing a collection of meta tags.
|
IoTClaimed |
IoTClaimedException.getIoTClaimed() |
Constructor and Description |
---|
IoTClaimedException(IoTClaimed iotClaimed) |
Modifier and Type | Method and Description |
---|---|
IoTClaimed |
IoTClaimedProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |