public abstract class IoTManager extends Manager
Modifier and Type | Class and Description |
---|---|
protected class |
IoTManager.IoTIqRequestHandler |
Modifier | Constructor and Description |
---|---|
protected |
IoTManager(XMPPConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isAllowed(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) |
connection, getAuthenticatedConnectionOrThrow, schedule
protected IoTManager(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.