org.jivesoftware.openfire.commands.admin.group |
|
Java Source File Name | Type | Comment |
AddGroup.java | Class | Command that allows to create and configure new goups. |
AddGroupUsers.java | Class | Command that allows to add members or admins to a given group. |
DeleteGroup.java | Class | Command that allows to delete existing groups. |
DeleteGroupUsers.java | Class | Command that allows to delete members or admins from a given group. |
GetListGroups.java | Class | Command that allows to retrieve a list of existing groups. |
GetListGroupUsers.java | Class | Command that allows to retrieve list members of a given group. |
UpdateGroup.java | Class | Command that allows to update a given group. |