Uses of Class
rocks.xmpp.extensions.muc.ChatService
-
Packages that use ChatService Package Description rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat. -
-
Uses of ChatService in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc that return ChatService Modifier and Type Method Description ChatService
MultiUserChatManager. createChatService(Jid chatService)
Creates a chat service for the specified service address.Methods in rocks.xmpp.extensions.muc that return types with arguments of type ChatService Modifier and Type Method Description AsyncResult<List<ChatService>>
MultiUserChatManager. discoverChatServices()
Discovers the multi-user chat services hosted at the connected domain.Methods in rocks.xmpp.extensions.muc with parameters of type ChatService Modifier and Type Method Description int
ChatService. compareTo(ChatService o)
Compares this chat service first by their name and then by their service address.
-