Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
Modifier and Type | Method and Description |
---|---|
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoin(org.jxmpp.jid.parts.Resourcepart nickname,
String password,
DiscussionHistory history,
long timeout)
Deprecated.
use
MultiUserChat.createOrJoin(MucEnterConfiguration) instead. |
void |
MultiUserChat.join(org.jxmpp.jid.parts.Resourcepart nickname,
String password,
DiscussionHistory history,
long timeout)
Deprecated.
use
MultiUserChat.join(MucEnterConfiguration) instead. |