| Package | Description |
|---|---|
| org.jivesoftware.smack.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatManager.MatchMode |
ChatManager.getMatchMode()
Gets the current mode for matching messages with NO thread id to existing chats.
|
static ChatManager.MatchMode |
ChatManager.MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatManager.MatchMode[] |
ChatManager.MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ChatManager.setDefaultMatchMode(ChatManager.MatchMode mode) |
void |
ChatManager.setMatchMode(ChatManager.MatchMode matchMode)
Sets the mode for matching messages with NO thread id to existing chats.
|