Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.spark.ui.conferences |
Contains Conference Room specific components, such as room browsers and helpful conference utilities.
|
org.jivesoftware.spark.ui.rooms |
Contains the two implementations of ChatRoom.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
GroupChatRoom |
ChatManager.getGroupChat(java.lang.String roomName)
Returns the MultiUserChat associated with the specified roomname.
|
Modifier and Type | Method and Description |
---|---|
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.hasVoice(GroupChatRoom groupChatRoom,
java.lang.String 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.isModerator(GroupChatRoom groupChatRoom,
java.lang.String nickname)
Checks to see if the Occupant is a moderator.
|
boolean |
UserManager.isOwner(GroupChatRoom groupChatRoom,
java.lang.String nickname)
Checks to see if the user is an owner of the specified room.
|
boolean |
UserManager.isOwnerOrAdmin(GroupChatRoom groupChatRoom,
java.lang.String nickname)
Checks to see if the user is either an owner or admin of a room.
|
Constructor and Description |
---|
GroupChatRoomTransferHandler(GroupChatRoom chatRoom)
Creates a transfer handler for the given GroupChatRoom
|
Modifier and Type | Method and Description |
---|---|
static GroupChatRoom |
ConferenceUtils.enterRoomOnSameThread(java.lang.String roomName,
java.lang.String roomJID,
java.lang.String password)
Enters a GroupChatRoom on the event thread.
|
protected GroupChatRoom |
GroupChatParticipantList.getGroupChatRoom() |
Constructor and Description |
---|
SubjectPanel(GroupChatRoom groupChatRoom) |
Modifier and Type | Method and Description |
---|---|
static GroupChatRoom |
UIComponentRegistry.createGroupChatRoom(org.jivesoftware.smackx.muc.MultiUserChat muc) |
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerGroupChatRoom(java.lang.Class<? extends GroupChatRoom> clazz) |