static MucUser |
MucUser.withDecline(Jid to,
String reason) |
Creates a <x/> element with a <decline/> child element.
|
static MucUser |
MucUser.withDestroy(Affiliation affiliation,
Role role,
Jid jid,
String reason) |
Creates a <x/> element with an <item/> and a <destroy/> child element.
|
static MucUser |
MucUser.withInvite(String password,
Invite... invite) |
Creates a <x/> element with an <invite/> and a <password/> child element.
|
static MucUser |
MucUser.withInvites(Invite... invite) |
Creates a <x/> element with an <invite/> child element.
|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
String nick,
String reason) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Jid jid,
String nick,
Actor actor,
String reason,
Status... status) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Jid jid,
String nick,
Status... status) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Jid jid,
Status... status) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Actor actor,
String reason,
Status... status) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Status... status) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withItem(Role role,
String nick,
String reason,
Status... status) |
Creates a <x/> element with an <item/> and a <status/> child element.
|
static MucUser |
MucUser.withStatus(Status... status) |
Creates a <x/> element with one or more <status/> child elements.
|