Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MessageFilter> |
ChatManager.getMessageFilters()
Returns a Collection of MessageFilters registered to Spark.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatManager.addMessageFilter(MessageFilter filter)
Adds a new
MessageFilter . |
void |
ChatManager.removeMessageFilter(MessageFilter filter)
Removes a
MessageFilter . |