Uses of Class
org.jivesoftware.openfire.csi.CsiManager
-
Packages that use CsiManager Package Description org.jivesoftware.openfire.session -
-
Uses of CsiManager in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as CsiManager Modifier and Type Field Description protected CsiManager
LocalClientSession. csiManager
XEP-0352 Client State Indication ManagerMethods in org.jivesoftware.openfire.session that return CsiManager Modifier and Type Method Description CsiManager
LocalClientSession. getCsiManager()
Returns the Client State Indication manager for this session.
-