com.caucho.xmpp.muc
Class MucQuery
java.lang.Object
com.caucho.xmpp.muc.MucQuery
- All Implemented Interfaces:
- java.io.Serializable
public class MucQuery
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MucQuery
public MucQuery()
MucQuery
public MucQuery(java.lang.String password,
MucHistory history)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getHistory
public MucHistory getHistory()
setHistory
public void setHistory(MucHistory history)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object