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