Uses of Class
com.jivesoftware.spark.ui.rooms.GroupChatRoom

Packages that use GroupChatRoom
com.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
 

Uses of GroupChatRoom in com.jivesoftware.spark
 

Methods in com.jivesoftware.spark that return GroupChatRoom
 GroupChatRoom ChatManager.getGroupChat(java.lang.String roomName)
          Returns the MultiUserChat associated with the specified roomname.
 

Methods in com.jivesoftware.spark with parameters of type GroupChatRoom
 boolean UserManager.isOwner(GroupChatRoom groupChatRoom, java.lang.String nickname)
          Checks to see if the user is an owner of the specified room.
 boolean UserManager.isModerator(GroupChatRoom groupChatRoom, java.lang.String nickname)
          Checks to see if the Occupant is a moderator.
 boolean UserManager.isOwnerOrAdmin(GroupChatRoom groupChatRoom, java.lang.String nickname)
          Checks to see if the user is either an owner or admin of a room.
 org.jivesoftware.smackx.muc.Occupant UserManager.getOccupant(GroupChatRoom groupChatRoom, java.lang.String nickname)
          Returns the occupant of the room identified by their nickname.
 boolean UserManager.isAdmin(GroupChatRoom groupChatRoom, java.lang.String nickname)
          Checks the nickname of a user in a room and determines if they are an administrator of the room.
 boolean UserManager.hasVoice(GroupChatRoom groupChatRoom, java.lang.String nickname)