public abstract class IoTManager
extends org.jivesoftware.smack.Manager
Modifier and Type | Class and Description |
---|---|
protected class |
IoTManager.IoTIqRequestHandler |
Modifier | Constructor and Description |
---|---|
protected |
IoTManager(org.jivesoftware.smack.XMPPConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isAllowed(org.jxmpp.jid.Jid jid) |
static boolean |
isAutoEnableActive() |
void |
setAllowNonFriends(boolean allowNonFriends)
Set whether or not non friends should be able to use the services provided by this manager.
|
static void |
setAutoEnableIoTManagers(boolean autoEnable) |
protected IoTManager(org.jivesoftware.smack.XMPPConnection connection)
public static void setAutoEnableIoTManagers(boolean autoEnable)
public static boolean isAutoEnableActive()
public void setAllowNonFriends(boolean allowNonFriends)
allowNonFriends
- true to allow everyone to use the services.protected boolean isAllowed(org.jxmpp.jid.Jid jid)