Uses of Class
rocks.xmpp.extensions.muc.model.Muc
-
Packages that use Muc Package Description rocks.xmpp.extensions.muc.model Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat. -
-
Uses of Muc in rocks.xmpp.extensions.muc.model
Methods in rocks.xmpp.extensions.muc.model that return Muc Modifier and Type Method Description static Muc
Muc. empty()
Creates an empty element.static Muc
Muc. withHistory(DiscussionHistory discussionHistory)
Creates an element with a history element, indicating the user wishes to retrieve history.static Muc
Muc. withPassword(String password)
Creates an element with a password for the room.static Muc
Muc. withPasswordAndHistory(String password, DiscussionHistory discussionHistory)
Creates an element with a history element and a password for the room.
-