Uses of Class
rocks.xmpp.extensions.muc.model.MucFeature
-
Packages that use MucFeature Package Description rocks.xmpp.extensions.muc.model Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat. -
-
Uses of MucFeature in rocks.xmpp.extensions.muc.model
Methods in rocks.xmpp.extensions.muc.model that return MucFeature Modifier and Type Method Description static MucFeature
MucFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static MucFeature[]
MucFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-