| Package | Description |
|---|---|
| org.jivesoftware.smackx.workgroup.settings | |
| org.jivesoftware.smackx.workgroup.user |
| Modifier and Type | Method and Description |
|---|---|
ChatSetting |
ChatSettings.getChatSetting(String key) |
ChatSetting |
ChatSettings.getFirstEntry() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChatSetting> |
ChatSettings.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatSettings.addSetting(ChatSetting setting) |
| Modifier and Type | Method and Description |
|---|---|
ChatSetting |
Workgroup.getChatSetting(String key)
Returns a single chat setting based on it's identified key.
|