public class Enterprise
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BROADCAST_FEATURE |
static java.lang.String |
FILE_TRANSFER_FEATURE |
static java.lang.String |
MUC_FEATURE |
static java.lang.String |
VCARD_FEATURE |
Constructor and Description |
---|
Enterprise() |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsFeature(java.lang.String feature)
Returns true if the feature is available.
|
boolean |
isSparkManagerInstalled()
Returns true if the Enterprise Spark Manager module is installed on the server we are currently connected to.
|
public static final java.lang.String BROADCAST_FEATURE
public static final java.lang.String MUC_FEATURE
public static final java.lang.String VCARD_FEATURE
public static final java.lang.String FILE_TRANSFER_FEATURE
public boolean isSparkManagerInstalled()
public static boolean containsFeature(java.lang.String feature)
feature
- the name of the feature to detect.