Uses of Class
org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
-
Packages that use MUCRoomSearchInfo Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi 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 Modifier and Type Method Description Collection<MUCRoomSearchInfo>
MultiUserChatService. getAllRoomSearchInfo()
-
Uses of MUCRoomSearchInfo in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return types with arguments of type MUCRoomSearchInfo Modifier and Type Method Description Collection<MUCRoomSearchInfo>
MultiUserChatServiceImpl. getAllRoomSearchInfo()
protected List<MUCRoomSearchInfo>
IQMuclumbusSearchHandler. searchForChatrooms(org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler.SearchParameters params)
static List<MUCRoomSearchInfo>
IQMuclumbusSearchHandler. sortByAddress(List<MUCRoomSearchInfo> mucs)
Order the provided list by JID of the MUCstatic List<MUCRoomSearchInfo>
IQMuclumbusSearchHandler. 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.Method parameters in org.jivesoftware.openfire.muc.spi with type arguments of type MUCRoomSearchInfo Modifier and Type Method Description static List<MUCRoomSearchInfo>
IQMuclumbusSearchHandler. sortByAddress(List<MUCRoomSearchInfo> mucs)
Order the provided list by JID of the MUCstatic List<MUCRoomSearchInfo>
IQMuclumbusSearchHandler. 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.
-