Uses of Class
org.jivesoftware.database.JiveID
-
Packages that use JiveID Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.roster Provides classes for managing the roster.org.jivesoftware.openfire.security -
-
Uses of JiveID in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc with annotations of type JiveID Modifier and Type Class Description class
MUCRoom
A chat room on the chat server manages its users, and enforces its own security rules.interface
MultiUserChatService
Manages groupchat conversations, chatrooms, and users. -
Uses of JiveID in org.jivesoftware.openfire.roster
Classes in org.jivesoftware.openfire.roster with annotations of type JiveID Modifier and Type Class Description class
Roster
A roster is a list of users that the user wishes to know if they are online. -
Uses of JiveID in org.jivesoftware.openfire.security
Classes in org.jivesoftware.openfire.security with annotations of type JiveID Modifier and Type Class Description class
SecurityAuditEvent
Representation of a single security event retrieved from the logs.
-