Uses of Class
rocks.xmpp.extensions.muc.model.user.Invite
-
Packages that use Invite Package Description rocks.xmpp.extensions.muc.model.user Provides XML schema implementations of XEP-0045: Multi-User Chat (#user). -
-
Uses of Invite in rocks.xmpp.extensions.muc.model.user
Methods in rocks.xmpp.extensions.muc.model.user that return types with arguments of type Invite Modifier and Type Method Description List<Invite>MucUser. getInvites()Gets the invitesMethods in rocks.xmpp.extensions.muc.model.user with parameters of type Invite Modifier and Type Method Description static MucUserMucUser. withInvite(String password, Invite... invite)Creates a<x/>element with an<invite/>and a<password/>child element.static MucUserMucUser. withInvites(Invite... invite)Creates a<x/>element with an<invite/>child element.
-