Home | History | Annotate | Download | only in packet

Lines Matching defs:History

34  * The amount of discussion history provided on entering a room (perhaps because the 
36 * setting a configured History instance to the MUCInitialPresence instance.
37 * @see MUCInitialPresence#setHistory(MUCInitialPresence.History).
44 private History history;
69 * Returns the history that manages the amount of discussion history provided on
72 * @return the history that manages the amount of discussion history provided on
75 public History getHistory() {
76 return history;
89 * Sets the History that manages the amount of discussion history provided on
92 * @param history that manages the amount of discussion history provided on
95 public void setHistory(History history) {
96 this.history = history;
109 * The History class controls the number of characters or messages to receive
114 public static class History {
122 * Returns the total number of characters to receive in the history.
124 * @return total number of characters to receive in the history.
131 * Returns the total number of messages to receive in the history.
133 * @return the total number of messages to receive in the history.
142 * the history.
153 * included in the history.
162 * Sets the total number of characters to receive in the history.
164 * @param maxChars the total number of characters to receive in the history.
171 * Sets the total number of messages to receive in the history.
173 * @param maxStanzas the total number of messages to receive in the history.
182 * the history.
194 * included in the history.
204 buf.append("<history");