public final class Muc extends Object
<x/> element in the http://jabber.org/protocol/muc namespace, which allows to enter a room.| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
http://jabber.org/protocol/muc
|
| Constructor and Description |
|---|
Muc()
Creates an empty element.
|
Muc(History history)
Creates an element with a history element, indicating the user wishes to retrieve history.
|
Muc(String password)
Creates an element with a password for the room.
|
Muc(String password,
History history)
Creates an element with a history element and a password for the room.
|
public static final String NAMESPACE
public Muc()
public Muc(String password)
password - The password.public Muc(History history)
history - The history.Copyright © 2014–2015 XMPP.rocks. All rights reserved.