Uses of Class
org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
Packages that use LocalMUCRole Package Description org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of LocalMUCRole in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return types with arguments of type LocalMUCRole Modifier and Type Method Description Collection<LocalMUCRole>LocalMUCUser. getRoles()Get all roles for this user.Methods in org.jivesoftware.openfire.muc.spi with parameters of type LocalMUCRole Modifier and Type Method Description voidLocalMUCUser. addRole(String roomName, LocalMUCRole role)Adds the role of the user in a particular room.
-