org.jivesoftware.openfire.commands.admin |
|
Java Source File Name | Type | Comment |
GetListActiveUsers.java | Class | Command that allows to retrieve a list of all active users. |
GetNumberActiveUsers.java | Class | Command that allows to retrieve the number of online users who are active at any one moment. |
GetNumberOnlineUsers.java | Class | Command that allows to retrieve the number of registered users who are online at
any one moment. |
GetNumberUserSessions.java | Class | Command that allows to retrieve the number of user sessions at any one moment. |
GetServerStats.java | Class | Command that returns information about the server and some basic statistics. |
GetUsersPresence.java | Class | Command that allows to retrieve the presence of all active users. |
HttpBindStatus.java | Class | AdHoc command to return the current status of the HTTP-bind service. |
PacketsNotification.java | Class | Command that allows to retrieve the presence of all active users.
author: Gaston Dombiak author: TODO Use i18n author: TODO Create command for removing subscriptions. |