Uses of Class
org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
Packages that use MUCRoomSearchInfo
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of MUCRoomSearchInfo in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return types with arguments of type MUCRoomSearchInfo -
Uses of MUCRoomSearchInfo in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return types with arguments of type MUCRoomSearchInfoModifier and TypeMethodDescriptionMultiUserChatServiceImpl.getAllRoomSearchInfo()protected List<MUCRoomSearchInfo>IQExtendedChannelSearchHandler.searchForChatrooms(org.jivesoftware.openfire.muc.spi.IQExtendedChannelSearchHandler.SearchParameters params) protected List<MUCRoomSearchInfo>IQMuclumbusSearchHandler.searchForChatrooms(org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler.SearchParameters params) Deprecated, for removal: This API element is subject to removal in a future version.static List<MUCRoomSearchInfo>IQExtendedChannelSearchHandler.sortByAddress(List<MUCRoomSearchInfo> mucs) Order the provided list by JID of the MUCstatic List<MUCRoomSearchInfo>IQMuclumbusSearchHandler.sortByAddress(List<MUCRoomSearchInfo> mucs) Deprecated, for removal: This API element is subject to removal in a future version.Order the provided list by JID of the MUCstatic List<MUCRoomSearchInfo>IQExtendedChannelSearchHandler.sortByUserAmount(List<MUCRoomSearchInfo> mucs) Sorts the provided list in such a way that the MUC with the most users will be the first one in the list.static List<MUCRoomSearchInfo>IQMuclumbusSearchHandler.sortByUserAmount(List<MUCRoomSearchInfo> mucs) Deprecated, for removal: This API element is subject to removal in a future version.Sorts the provided list in such a way that the MUC with the most users will be the first one in the list.Method parameters in org.jivesoftware.openfire.muc.spi with type arguments of type MUCRoomSearchInfoModifier and TypeMethodDescriptionstatic List<MUCRoomSearchInfo>IQExtendedChannelSearchHandler.sortByAddress(List<MUCRoomSearchInfo> mucs) Order the provided list by JID of the MUCstatic List<MUCRoomSearchInfo>IQMuclumbusSearchHandler.sortByAddress(List<MUCRoomSearchInfo> mucs) Deprecated, for removal: This API element is subject to removal in a future version.Order the provided list by JID of the MUCstatic List<MUCRoomSearchInfo>IQExtendedChannelSearchHandler.sortByUserAmount(List<MUCRoomSearchInfo> mucs) Sorts the provided list in such a way that the MUC with the most users will be the first one in the list.static List<MUCRoomSearchInfo>IQMuclumbusSearchHandler.sortByUserAmount(List<MUCRoomSearchInfo> mucs) Deprecated, for removal: This API element is subject to removal in a future version.Sorts the provided list in such a way that the MUC with the most users will be the first one in the list.