Uses of Class
rocks.xmpp.extensions.muc.ChatRoom
-
Packages that use ChatRoom Package Description rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat. -
-
Uses of ChatRoom in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return ChatRoom Modifier and Type Method Description ChatRoom
MultiUserChatManager. createChatRoom(Jid roomAddress)
Creates a chat room for the specified room address.ChatRoom
ChatService. createRoom(String room)
Creates a new chat room.Methods in rocks.xmpp.extensions.muc that return types with arguments of type ChatRoom Modifier and Type Method Description AsyncResult<List<ChatRoom>>
ChatService. discoverRooms()
Discovers the list of chat rooms hosted by this chat service.Methods in rocks.xmpp.extensions.muc with parameters of type ChatRoom Modifier and Type Method Description int
ChatRoom. compareTo(ChatRoom o)
Compares this chat service first by their name and then by their service address.
-