Uses of Class
tigase.archive.StoreMuc
-
Packages that use StoreMuc Package Description tigase.archive tigase.archive.processors -
-
Uses of StoreMuc in tigase.archive
Methods in tigase.archive that return StoreMuc Modifier and Type Method Description static StoreMucStoreMuc. valueof(java.lang.String v)static StoreMucStoreMuc. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StoreMuc[]StoreMuc. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.archive that return types with arguments of type StoreMuc Modifier and Type Method Description java.util.Optional<StoreMuc>MessageArchiveVHostItemExtension. getSaveMuc()Methods in tigase.archive with parameters of type StoreMuc Modifier and Type Method Description booleanSettings. updateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc) -
Uses of StoreMuc in tigase.archive.processors
Methods in tigase.archive.processors that return StoreMuc Modifier and Type Method Description StoreMucMessageArchivePlugin. getRequiredStoreMucMessages(tigase.xmpp.XMPPResourceConnection session)
-