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 MucMuc. empty()Creates an empty element.static MucMuc. withHistory(DiscussionHistory discussionHistory)Creates an element with a history element, indicating the user wishes to retrieve history.static MucMuc. withPassword(String password)Creates an element with a password for the room.static MucMuc. withPasswordAndHistory(String password, DiscussionHistory discussionHistory)Creates an element with a history element and a password for the room.
-