com.caucho.xmpp.muc
Class MucHistory
java.lang.Object
com.caucho.xmpp.muc.MucHistory
- All Implemented Interfaces:
- java.io.Serializable
public class MucHistory
- extends java.lang.Object
- implements java.io.Serializable
XEP-0045
http://www.xmpp.org/extensions/xep-0045.html
Muc query
namespace = http://jabber.org/protocol/muc
element x {
history?,
password?
}
element history {
attribute maxchars?,
attribute maxstanzas?
attribute seconds?
attribute since?
}
- See Also:
- Serialized Form
|
Constructor Summary |
MucHistory()
|
MucHistory(int maxChars,
int maxStanzas,
int seconds,
java.util.Date since)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MucHistory
public MucHistory()
MucHistory
public MucHistory(int maxChars,
int maxStanzas,
int seconds,
java.util.Date since)
getMaxChars
public int getMaxChars()
setMaxChars
public void setMaxChars(int maxChars)
getMaxStanzas
public int getMaxStanzas()
setMaxStanzas
public void setMaxStanzas(int maxStanzas)
getSeconds
public int getSeconds()
setSeconds
public void setSeconds(int seconds)
getSince
public java.util.Date getSince()
setSince
public void setSince(java.util.Date since)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object