Class IoTManager
java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.iot.IoTManager
- Direct Known Subclasses:
IoTControlManager, IoTDataManager
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Manager
Manager.WithConnection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanstatic booleanvoidsetAllowNonFriends(boolean allowNonFriends) Set whether or not non friends should be able to use the services provided by this manager.static voidsetAutoEnableIoTManagers(boolean autoEnable) Methods inherited from class Manager
connection, getAuthenticatedConnectionOrThrow, ignoreDisconnected, schedule, schedule, scheduleBlocking
-
Constructor Details
-
IoTManager
-
-
Method Details
-
setAutoEnableIoTManagers
-
isAutoEnableActive
-
setAllowNonFriends
Set whether or not non friends should be able to use the services provided by this manager. Those non-friend entities still need to know the full JID for IQ based requests.- Parameters:
allowNonFriends- true to allow everyone to use the services.
-
isAllowed
-