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 StoreMucVHostItemHelper. getStoreMucMessages(tigase.vhosts.VHostItem item, StoreMuc defValue)static StoreMucStoreMuc. valueof(String v)static StoreMucStoreMuc. valueOf(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 with parameters of type StoreMuc Modifier and Type Method Description static StoreMucVHostItemHelper. getStoreMucMessages(tigase.vhosts.VHostItem item, StoreMuc defValue)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)
-