MucEnterConfiguration
instead.@Deprecated public class DiscussionHistory extends Object
You can use some or all of these variable to control the amount of history to receive:
Constructor and Description |
---|
DiscussionHistory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxChars()
Deprecated.
Returns the total number of characters to receive in the history.
|
int |
getMaxStanzas()
Deprecated.
Returns the total number of messages to receive in the history.
|
int |
getSeconds()
Deprecated.
Returns the number of seconds to use to filter the messages received during that time.
|
Date |
getSince()
Deprecated.
Returns the since date to use to filter the messages received during that time.
|
void |
setMaxChars(int maxChars)
Deprecated.
Sets the total number of characters to receive in the history.
|
void |
setMaxStanzas(int maxStanzas)
Deprecated.
Sets the total number of messages to receive in the history.
|
void |
setSeconds(int seconds)
Deprecated.
Sets the number of seconds to use to filter the messages received during that time.
|
void |
setSince(Date since)
Deprecated.
Sets the since date to use to filter the messages received during that time.
|
public DiscussionHistory()
public int getMaxChars()
public int getMaxStanzas()
public int getSeconds()
public Date getSince()
public void setMaxChars(int maxChars)
maxChars
- the total number of characters to receive in the history.public void setMaxStanzas(int maxStanzas)
maxStanzas
- the total number of messages to receive in the history.public void setSeconds(int seconds)
seconds
- the number of seconds to use to filter the messages received during
that time.public void setSince(Date since)
since
- the since date to use to filter the messages received during that time.